Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 690 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 690 Bytes

Food-Ordering-App-Server

To run the server:

  • Run the .sql file in MySQL workbench to setup the database
  • Make sure you have node installed in your system, then run npm install in terminal in root directory to install dependencies
  • In config/default.json configure the file accordingly
  • Now do run npm start to run the server