mirror of
https://github.com/Sosokker/HomieCare.git
synced 2025-12-19 02:04:03 +01:00
Update README.md
This commit is contained in:
parent
6d3fbae3f9
commit
a99f316604
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user