adrienshen / eggroll-pos

Modern POS for Quick-Serve Restaurants in Typescript and React
https://eggrollpos.com
5 stars 8 forks source link

Create essential models for Ordering Flow #4

Closed adrienshen closed 4 years ago

adrienshen commented 4 years ago

Create Merchants{}, Customers{}, Orders{}, Receipts{}, MenuItems{} tables and model objects in PostgreSQL. Create basic CRUD operations on these models.