- Branch
week1is corresponding to the contents of NodeJS Week 1 - Branch
week2is corresponding to the contents of NodeJS Week 2 - Branch
week3is corresponding to the contents of NodeJS Week 3 - Branch
week4is corresponding to the contents of NodeJS Week 4
create .env file with following parameters:
DB_NAME=
TEST_DB_NAME=
DB_USERNAME=
DB_PASSWORD=
NODE_ENV=development
PORT=8080
Install NPM Packages
npm install