Simple netflix clone built by using nodejs and react.
db-migrate create migration_name --sql-file ------> creates up.sql and down.sql files in db/migrations
db-migrate up db-migrate down
should create a database.json file in src folder
"dev": {
"driver": "pg",
"user": "madhav",
"password": "madhav",
"host": "localhost",
"database": "esmark_local"
}
}