Restaurant Management App

Portable Restaurant Management App using React , Golang and SQLite for potibility

Phase I Inventory Management

  • can add Ingredient , Menu to DB
  • manage ingredient
  • show statistics using Inventory data

Installation

<!-- 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

Tasks

  • 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

Learn More

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.