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

https://github.com/fvdavid/fv-nestv7-starter

nest v7 in action
https://github.com/fvdavid/fv-nestv7-starter

Last synced: about 1 year ago
JSON representation

nest v7 in action

Awesome Lists containing this project

README

          

## Fv-Nest-v7-starter

### Description

- [Database Mysql](https://github.com/fvdavid/fv-nestv7-starter/tree/databaseMysql)
- [Export To Excel](https://github.com/fvdavid/fv-nestv7-starter/tree/exportToExcel)
- [CRUD with GraphQL](https://github.com/fvdavid/fv-nestv7-starter/tree/graphql-code)

coming soon
* CRUD with Mongodb GraphQl

### Installation

```bash
$ npm install
```

### 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
```

### Stay in touch

- Gitlab - [David Tobing](https://gitlab.com/fv.david)

### License
Nest is [MIT licensed](LICENSE).