Update README.md

This commit is contained in:
sosokker 2024-05-13 21:03:57 +07:00
parent 6d3fbae3f9
commit a99f316604

View File

@ -44,6 +44,7 @@ podman run --name service-pma -p 8080:80 -e PMA_HOST=service-mysql --network net
### Download Model files then put in project ### Download Model files then put in project
[Download here](https://drive.google.com/drive/folders/1GGcKz8bqPll6PWNh4bPjFIH0fmOdof4p?usp=sharing) [Download here](https://drive.google.com/drive/folders/1GGcKz8bqPll6PWNh4bPjFIH0fmOdof4p?usp=sharing)
[Download data to import to sql here](https://drive.google.com/drive/folders/15hmaJOK1-Xj1cMdl8Ajss_UuBf-vKqxr?usp=sharing)
Then put into following path (Not fix to be this path but it would be great) Then put into following path (Not fix to be this path but it would be great)
@ -55,6 +56,13 @@ Then put into following path (Not fix to be this path but it would be great)
Take a look at description in example.env and fill out those parameter Take a look at description in example.env and fill out those parameter
### Install node dependencies
```
cd frontend
pnpm
```
## Usage ## Usage
### Start Server ### Start Server