adifahmi / simplebank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplebank

To run on local env: Run mysql in the docker

docker-compose up -d

Then run the app

go mod tidy
go install github.com/codegangsta/gin@latest
make autoreload

If you get gin: command not found error, add this to .profile or .bashrc or .zshrc

export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH

This is the implementation of this course, except it's using MySQL instead of Postgres.

About


Languages

Language:Go 90.8%Language:Shell 6.7%Language:Makefile 1.2%Language:Dockerfile 0.8%Language:PLpgSQL 0.6%