Handle user creation upon registration.

This commit is contained in:
mikestefanello 2021-12-11 13:03:10 -05:00
parent 79d2db3c1f
commit 8657380530
13 changed files with 201 additions and 46 deletions

View file

@ -1,4 +1,7 @@
.PHONY: pg
pg:
psql postgresql://admin:admin@localhost:5432/app
psql postgresql://admin:admin@localhost:5432/app
.PHONY: ent
ent:
go generate ./ent