modulepackage
0.0.0-20230123103546-85b3f4284488
Repository: https://github.com/samarth2898/gobackend.git
Documentation: pkg.go.dev
# README
gobackend
A complete back-end project to understand Golang, from development of APIs to deployment.
database schema for the project.
running migrations and DB set-up
run the following commands in order
docker pull postgres:14-alpine
make postgres
make createdb
make migrateup
CRUD operations Go Code generation
make sqlc
perform basic unit tests.
make test
run API server
make server
Generate DB mock with gomock
make mock