McGrill_App Build Status

Make sure your Node version is >= 12.0.0

Start Backend: ./backend

  1. npm install
  2. set development environment:
    • Windows CMD: set NODE_ENV=development,
    • linux/mac/windowns bash: export NODE_ENV=development
  3. run server: nodemon start
  4. run test: npm test

Start Frontend: npm start at ./frontend

Backend deployment: https://mcgrill-backend.herokuapp.com/
Frontend deployment: http://mcgrill.herokuapp.com/