Install all the dependencies with npm install
run the server with the command "nodemon" in the terminal (run this command in functions directory)
If you're having trouble running the commands please install NPM
After installing npm open up a terminal prompt and navigate to the directory where you saved the project and type in npm install
.
If you don't have nodemon already go ahead and do npm install -g nodemon
.
Finally run the server with nodemon
.
for more info on the project checkout https://github.com/Khanbhai1990/Capstone-Frontend
terminal instructions-: knex migrate:latest knex seed:run
To see the overview of all of the specific routes available for each project, run nodemon
in this folder after installing the dependencies and then navigate to http://localhost:8000