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: 24 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T06:03:03.000Z (over 1 year ago)
- Last Synced: 2023-03-02T17:02:44.063Z (over 1 year ago)
- Topics: nest, payments, stripe
- Language: TypeScript
- Homepage: https://loving-pike-f4473f.netlify.com/
- Size: 1.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
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