Go to file
2023-09-12 17:07:03 +07:00
.vscode init 2023-09-07 15:34:15 +07:00
api add server and create user endpoint 2023-09-08 22:25:38 +07:00
db update user model 2023-09-12 17:07:03 +07:00
util util for password and configs 2023-09-08 22:25:22 +07:00
.gitignore add gitignore 2023-09-07 15:32:36 +07:00
dev.env.example init 2023-09-07 15:34:15 +07:00
go.mod add models 2023-09-08 22:24:58 +07:00
go.sum add models 2023-09-08 22:24:58 +07:00
import_csv.sh add data seed and updae users table 2023-09-12 12:52:01 +07:00
main.go add server and create user endpoint 2023-09-08 22:25:38 +07:00
Makefile add data seed and updae users table 2023-09-12 12:52:01 +07:00
notes init 2023-09-07 15:34:15 +07:00
sqlc.yaml add models 2023-09-08 22:24:58 +07:00
user_stories init 2023-09-07 15:34:15 +07:00