meziaris / gofinance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoFinance

A simple Go based REST API server built using go-chi/chi HTTP router and PostgreSQL database.

❯ make help
environment                    Setup environment.
lint                           Running golangci-lint for code analysis.
migrate-all                    Rollback migrations, all migrations
migrate-create                 Create a DB migration files e.g `make migrate-create name=migration-name`
migrate-down                   Rollback migrations, latest migration (1)
migrate-up                     Run migrations UP
server                         Running application

About


Languages

Language:Go 97.5%Language:Makefile 1.9%Language:Dockerfile 0.6%