Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paraswaykole/transactionservice
transaction service
https://github.com/paraswaykole/transactionservice
Last synced: 25 days ago
JSON representation
transaction service
- Host: GitHub
- URL: https://github.com/paraswaykole/transactionservice
- Owner: paraswaykole
- Created: 2023-06-22T12:53:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T04:33:11.000Z (over 1 year ago)
- Last Synced: 2024-11-20T21:12:12.474Z (about 1 month ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# transaction service
The project uses fiber and gorm in golang to build a transaction service as per the API specs.
Requirements:
- PostgreSQL database.
- .env file with `PG_DSN="host= user= password= dbname= port=5432"`Additionally, the postgres ltree extension is enable to store the path of each transaction to maintain hierarchy.