Web-THEfOOD-server

Change log

  1. Add functions for order (orderModel.js) 2018.05.03
  2. Add functions for storename (storeModel.js) 2018.05.06
  3. Add config.js env.sh 2018.05.07
  4. Add some function for db 2018.05.07
  5. Change setAccount to db
  6. Change all model to db
  7. Add comfirm account
  8. Add functions for menu (storeModel.js) 2018.05.19
  9. Change setOrder variable names 2018.05.26
  10. Change server.js for local test 2018.05.26
  11. Add env.bat 2018.05.26

How To Run

  1. for mac: $ source ./env.sh
    Remeber to change the env
  2. for window: $ env.bat Remeber to change the env
  3. $ node src/model/schema.js
    This step is to create the tables
  4. npm run watch
    You can test it by postman