Since this project uses node, make sure you have nodejs installed.
If this is your first time using nodejs, use the following link to download node: https://nodejs.org/en/download
Before running the server, make sure you execute the .sql files and create a database. This program uses all
To run the project, type in the following command in side the working directory of the project npm start
.
Then, in your browser, go to the following webpage: localhost:3000
.
Here, you should be able to see a responsive webpage titled Savor The Flavor
.
This project is not equipped to be hosted online yet since it makes use of the express server to render and GET files.