Express.js server for NutriValue web app client
add env vars
PORT=4001
HOST='127.0.0.1'
USER='root'
PASSWORD=
DATABASE='nutriValue'
JWT_SECRET_KEY=
npm install
npm run start or nodemon index.js
Express.js server for NutriValue web app client
add env vars
PORT=4001
HOST='127.0.0.1'
USER='root'
PASSWORD=
DATABASE='nutriValue'
JWT_SECRET_KEY=
npm install
npm run start or nodemon index.js