✅ change the name of front-end to views
npm install
- Make sure that you're on /app when executing the above command
- Every module written in package.json will be installed
NODE_ENV="dev"
PORT=
DB_HOST=""
DB_USER=""
DB_PASSWORD=""
DB_DATABASE=""
DB_PORT=
✅ Make sure that you're on /app
npm start