This repository contains a comprehensive restaurant menu and ordering system. The system allows customers to view the restaurant's menu, place orders, and track the progress of their orders in real-time.
To run this project locally, you need to:
- Install dependencies for both backend and frontend
npm install
- Run each project with
npm run start
This repository is using Gitflow Workflow and Conventional Commits, so if you want to contribute:
- create a branch from develop branch;
- make your contributions;
- open a Pull Request to develop branch;
- wait for discussion and future approval;
I thank you in advance for any contribution.
Maintaining