π£ Web application for buffet restaurant π
[DEMO]
ScaleBuffet is a buffet restaurant where is separated into two zones
- Zone A (Counter bar) has 12 seats (A1-A12)
- Zone B (Panty zone) has 12 table (B1-B12)
- B1-B4 = 2 seats
- B5-B10 = 4 seats
- B11-B12 = 8 seats
You also show coupon for getting discount and you can book the seat that you want.
- Calculate a bill with coupon codes
- Manage coupons (view, create, remove, update)
- *You can add more than one code per a bill, but system's going to provides least pay for you
- Manage customer reservation (reserve and cancel)
$ yarn install$ npm install -g json-server$ yarn start$ json-server --watch ./json_server/db.json --port 8888- NutAnek - https://github.com/nutanek
Released under the MIT License.fit in URLs

