Tsohue is a meal delivery platform that allows customers to order ingredient packages based on recipes. We solve many problems, including the inconvenience of preparing meals and reducing ingredients waste.
Tsohue platform is not only has e-commerce front-end repo. The following list is all Tsohue related repo:
- E-commerce platform | Website | Front-end: https://github.com/cce932/tsohue
- E-commerce platform | App: https://github.com/amy5563891/EasyCookMobileApp
- Backstage Content Management | Website | Front-end: You are here~
- Back-end: https://github.com/ShannonHung/EasyCook
Independently implement this front-end project, mainly including the following pages:
- user management
- order management
- central kitchen management
- ingredient management
- recipe management
- Installation
- node (prefer v14.6.0)
- yarn (prefer v1.22.11)
- Clone repo
git clone https://github.com/cce932/tsohue-manager.git
cd
into root directery- Install all dependencies
yarn install
- Start running
yarn start
- At the same time, you need to run TsoHue Back-end