Welcome to the Krusty Krab Pizza Ordering System for Midtown Manhattan !
Spring 2018
Software Engineering Project
Authors:
- Andy Wang
- Brian Mo
- Luis Bueno
- Evan Vasquez
- download all of the folders and files
- put all contents into one folder
- extract 'build.zip' into the same folder
- run 'npm install' in terminal (w/o quotes) in the directory of this folder
- OPTIONAL: run 'npm prune' after step 4 in case unnecessary packages install
- put in DB info in the server.js
- have two terminals open, one for react and one for node
- in one, run 'node server.js'
- the other, run 'npm start'
- If you encounter npm issues -> remove node_modules -> npm install
- Have Fun