An open API service indexing awesome lists of open source software.

https://github.com/arham09/fin-api


https://github.com/arham09/fin-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Finance API

## How to run
- Solution in golang & MySql
- Golang installed
- MySql installed
- Restore backup.sql to your local system

```bash
$ 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`