Categorygithub.com/Samarth2898/gobackend
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.

simple_bank

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author