arham09 / fin-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finance API

How to run

  • Solution in golang & MySql
  • Golang installed
  • MySql installed
  • Restore backup.sql to your local system
$ cp .sample.env .env
$ go run main.go
  • To run swagger go to http://127.0.0.1:2021/swagger/index.html
  • Or using postman collection : https://www.getpostman.com/collections/0bcd723b99932ef46fc0

About


Languages

Language:Go 99.8%Language:Shell 0.2%