https://github.com/pieceowater-dev/qpay-backend
https://github.com/pieceowater-dev/qpay-backend
backend outsource qpay
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pieceowater-dev/qpay-backend
- Owner: pieceowater-dev
- Created: 2024-04-10T03:25:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T12:23:31.000Z (over 1 year ago)
- Last Synced: 2025-01-09T06:46:35.763Z (over 1 year ago)
- Topics: backend, outsource, qpay
- Language: TypeScript
- Homepage: https://api.grands-pay.com
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HI there!
## Installation
```bash
$ npm install
```
### env
```
SECRET_KEY=super_secret_key_2
PORT=80
PG_HOST=localhost
PG_USER=postgres
PG_PORT=5432
PG_PASSWORD=root
PG_DATABASE=qpay
ROOT_USER=admin
ROOT_EMAIL=admin
ROOT_PASSWORD=admin
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
### Powered by [Nest.js](https://nestjs.com/)