A pizza app developed with the MERN stack. Based on OOP concept. A group project for OOP - SENG 302
https://pizzeria-oop.herokuapp.com
https://documenter.getpostman.com/view/14218340/VUqptdC4
- Clone the repository
-
Always commit and push to the develop branch first.
-
To do this, write all your code in the develop branch:
git switch develop
-
You can commit and push at anytime:
git push -u origin develop
-
Merge with main branch if you are sure it works or I will just take care of that myself.
- cd backend
- npm install
- npm run dev
- cd frontend
- npm install
- npm start