Skip to content

Commit 7231c3a

Browse files
add how to run
1 parent e1cdb4d commit 7231c3a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

LICENSE renamed to LICENSE.md

File renamed without changes.

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ The DIP promotes high-level modules (e.g., use cases) to depend on abstractions
8787
- [ ] Database migration and seed tool
8888
- [ ] Releaser
8989

90+
## How To Run
91+
92+
setup environment and running on local
93+
```bash
94+
make run # Start the database, run migrations, and start the application locally
95+
```
96+
97+
9098
## References
9199

92100
Golang:

0 commit comments

Comments
 (0)