Teaching while learning
npm install
Create .env
file in your root directory. Add the following ENVIRONMENT VARIABLES
.
DB_NAME=movie_db # database name
DB_PORT=5432 # database port for DB: postgres
DB_HOST=localhost # database host
DB_USER= # database user
DB_PASSWORD= # database password
PORT= # server port
NODE_ENV=development