Started on the README.
This commit is contained in:
parent
6d62a19493
commit
db4c025aa7
2 changed files with 188 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -6,6 +6,10 @@ db:
|
|||
db-test:
|
||||
psql postgresql://admin:admin@localhost:5432/app_test
|
||||
|
||||
.PHONY: cache
|
||||
cache:
|
||||
redis-cli
|
||||
|
||||
.PHONY: ent-gen
|
||||
ent-gen:
|
||||
go generate ./ent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue