Skip to content

cogoo/payments-service

Repository files navigation

Payments Service

Payments service built with NestJS.

Currently supports:

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Development

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

Docs and API docs for the service can be found in the docs folder or hosted on here. The docs are created by CompoDoc

License

This project is licensed under the MIT License - see the LICENSE file for details


Nest Logo