Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cogoo/payments-service

Payments Service
https://github.com/cogoo/payments-service

nest payments stripe

Last synced: 24 days ago
JSON representation

Payments Service

Awesome Lists containing this project

README

        

# Payments Service

Payments service built with [NestJS](https://nestjs.com/).

Currently supports:
* [Stripe](https://stripe.com)

## 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

```bash
git clone https://github.com/c_ogoo/payments-service.git
cd payments-service
npm install
```

To run the package and continually watch for changes

```bash
npm run start:dev
```

## Docs

Docs and API docs for the service can be found in the [docs](./docs) folder or hosted on [here](https://loving-pike-f4473f.netlify.com/). The docs are created by [CompoDoc](https://compodoc.app/)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details




Nest Logo