Payments service built with NestJS.
Currently supports:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To install and work on the service locally
git clone https://github.com/c_ogoo/payments-service.git
cd payments-service
npm install
To run the package and continually watch for changes
npm run start:dev
Docs and API docs for the service can be found in the docs folder or hosted on here. The docs are created by CompoDoc
This project is licensed under the MIT License - see the LICENSE file for details