If you are my team member, you are free to use this repo. If not please contact us for permission.
Please follow the steps below:
-
Use yarn to install the project. Install yarn with these docs.
npm install --global yarn
yarn --version # if any, you are good to go
-
Clone this project to your local environment
git clone https://github.com/tmphat1312/ise-canteen-management.git canteen-mg-system
-
Open the cloned project on the terminal and make sure you are at the root directory of the repo
cd canteen-ms-system
-
Add missing environment variables files I will not provide any guide at this step.
- .env for server
- .env.local for client
Where to find those files? Please contact us
- Place .env in the
backend
directory - Place .env.local in the
client
directory
-
Install packages You have to have 2 terminal tabs to achieve step 5, and 6 (make sure they are in the same root directory of the cloned repo)
- On the first terminal
cd client && yarn
- On the second one
cd backend && yarn
- On the first terminal
-
Start the dev servers
- On the first terminal
yarn dev
- On the second one
yarn start
- On the first terminal
-
Open your browser and type
localhost:5173
or hito
on the client-server terminal (yarn dev
terminal)
Supported operating systems:
- Windows 10/11
- We have not tested on any other OS
Node: version 20.0.0 or later
- 21120502 - Trần Đức Minh
- 21120515 - Trần Phước Nhân
- 21120519 - Lê Thanh Phát
- 21120521 - Nguyễn Phúc Phát
- 21120524 - Trương Minh Phát
This repo hosts code for the Introduction to Software Engineering course project.
You will not have any permission to use this code without our consent