Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paraswaykole/transactionservice

transaction service
https://github.com/paraswaykole/transactionservice

Last synced: 25 days ago
JSON representation

transaction service

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.