Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pieceowater-dev/qpay-backend


https://github.com/pieceowater-dev/qpay-backend

backend outsource qpay

Last synced: about 2 months ago
JSON representation

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/)


Nest Logo