Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cogoo/payments-service
Payments Service
https://github.com/cogoo/payments-service
nest payments stripe
Last synced: about 1 month ago
JSON representation
Payments Service
- Host: GitHub
- URL: https://github.com/cogoo/payments-service
- Owner: cogoo
- License: mit
- Created: 2019-08-10T19:24:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T06:04:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T05:12:28.217Z (3 months ago)
- Topics: nest, payments, stripe
- Language: TypeScript
- Homepage: https://loving-pike-f4473f.netlify.com/
- Size: 1.61 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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