Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1003 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 1003 Bytes

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