Ordering Application | Voyage-5 | chingu.io
Tech Stack
- Create React App - app setup
- Mongo DB - database
- React - user interface
- React QR Code Library - QR code handling
- React Router - routing
- Express - web framework
- Bootstrap / React-Bootstrap - component library
Install server and client dependencies:
- npm install
- cd client
- npm install
Run mongo and app:
- Install MongoDB https://docs.mongodb.com/manual/administration/install-community/
- cd .. // return to root folder
- mongod
- npm run dev
The menu is initially blank. Add some items first to populate the menu and before creating an order!