Main version in TypeScript of full stack Food-QR. 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/Typescript
- Back-end:
- Express
- Node.js
- Database:
- MongoDB
- Extras:
- QRCode-react
- Deployment:
- Render
STATUS: DEVELOPMENT
- 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
- Create a
.env
file and addDB_URI=your_mongo_path_here_not_in_quotes