Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 829 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 829 Bytes

Savor-The-Flavor

Instructions to RUN the project

Since this project uses node, make sure you have nodejs installed.

Instructions to install nodejs

If this is your first time using nodejs, use the following link to download node: https://nodejs.org/en/download

Pre-requisites before running

Before running the server, make sure you execute the .sql files and create a database. This program uses all

Run Project

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.

DISCLAIMER

This project is not equipped to be hosted online yet since it makes use of the express server to render and GET files.