Portable Restaurant Management App using React , Golang and SQLite for potibility
- can add Ingredient , Menu to DB
- manage ingredient
- show statistics using Inventory data
<!-- react client -->
cd app
git clone https://github.com/xxibcill/restaurant-management-app.git
yarn
yarn start
<!-- GO api-server -->
cd api-server
go build
./restaurant-management.exe
- add Inventory React Component
- API server for Inventory Management
- design Dashboard
- create SideBar
- Responsive design (add Mobile Version)
- make client a desktop app using Electron
The Client of this project was bootstrapped with Create React App.
The API Server of this project using Go and Gin
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.