DariusGarcia / nutrivalue-server

Express.js server for NutriValue web app client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nutrivalue-server

Express.js server for NutriValue web app client

Installation

Setting up the Express Server

To start the server, you can cd into the Server/ directory and run:

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

About

Express.js server for NutriValue web app client

License:MIT License


Languages

Language:JavaScript 100.0%