Merge branch 'main' of github.com:ardeman/project-legalgo-go

This commit is contained in:
ericprd 2025-02-27 10:33:09 +08:00
commit ccd92c270a

View File

@ -137,6 +137,14 @@ Run the following command to build your project. The binary will be placed in th
make build
```
## Migrate database Using `make migrate`
Run the following command if there some changes in database tables.
```base
make migrate
```
## Run the Program Using `make run`
Finally, you can run your program using: