Started on the README.

This commit is contained in:
mikestefanello 2021-12-27 17:36:18 -05:00
parent 6d62a19493
commit db4c025aa7
2 changed files with 188 additions and 0 deletions

View file

@ -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