Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomfun/nest-allocate-payments
https://github.com/tomfun/nest-allocate-payments
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomfun/nest-allocate-payments
- Owner: tomfun
- Created: 2024-12-16T00:04:27.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-16T01:17:41.000Z (22 days ago)
- Last Synced: 2024-12-16T01:19:16.392Z (22 days ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Test app - allocate payments
You can see how to call the API - [http-requests.http](./http-requests.http)
Build on [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Project setup
```bash
$ npm install
```## Compile and run the project
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```