UPDATED VERSION: Full Stack TypeScript is now my featured version.
App that allows a food establishment to create a standardized online menu and generates a QR Code which can be printed and used to direct to live menu touchless.
If you are not interested in filling out the forms, you can check an example of a live menu on the link up top
You can test the code my scanning the code in the image above with your phone camera
Or you can test the application from scratch:
- Fill out entries, and get your QR Code
- Scan it with your phone camera and click the link you will receive on the phone
- Your menu will show up
- Front-end:
- ReactJs
- Back-end:
- Express
- Node.js
- Database:
- MongoDB
- Extras:
- QRCode-react
- Deployment:
- Heroku
STATUS: DEVELOPMENT
Visual planning by exploring how the features will work once deployed
- Add a preview menu
- Allow for deletion/edit
- Fix add dish to Cat. preview
- Download the project
- Open the project and on the root run
npm install
thennode server/index.js
- On a different terminal, run
cd client
, thennpm install
and finallynpm start