https://github.com/arham09/fin-api
https://github.com/arham09/fin-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arham09/fin-api
- Owner: arham09
- Created: 2021-07-26T02:05:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T02:05:26.000Z (almost 5 years ago)
- Last Synced: 2025-03-11T14:44:43.334Z (over 1 year ago)
- Language: Go
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`