This is a progressive web-app whose purpose is to assist in day-to-day operations in a restaurant e.g making and tracking of user orders
The goal is to develop a full stack application using React and NodeJs (with Express). Initially state will be managed by Component State (Application Level State and Component Level State). Later on in development Redux will be used as the state manager.
Ensure Node and npm are installed on your machine
- Clone repository
- Run
npm install --save
- Run
npm start
[{
id:Number,
type:String,
name:String,
ingredients:String
}]
[{
id:Number,
userId:Number,
status:String
}]
[{
id:Number,
quantity:Number,
unitAmount:Number
}]
This project was bootstrapped with Create React App.