Handle user creation upon registration.
This commit is contained in:
parent
79d2db3c1f
commit
8657380530
13 changed files with 201 additions and 46 deletions
7
Makefile
7
Makefile
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue