Skip to content

Srimanth-Reddy/simplebank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Bank

A Go backend project built with Gin & gRPC, using Postgres and Redis.
Designed to run in Docker/Kubernetes on AWS with a full CI/CD pipeline.


Prerequisites

On macOS, you can install the tools via Homebrew:

brew install sqlc
brew install golang-migrate

Run postgres, createdb, and migrateup commands in the makefile:

make postgres
make createdb
make migrateup

Once done with the setup, you can play around with the code. Cheers!

About

Go backend using Gin & gRPC, Postgres, and Redis. Runs in Docker/Kubernetes on AWS with CI/CD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors