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
- Host: GitHub
- URL: https://github.com/fvdavid/fv-nestv7-starter
- Owner: fvdavid
- Created: 2020-04-05T10:28:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:55:49.000Z (over 3 years ago)
- Last Synced: 2023-03-01T07:50:34.432Z (over 3 years ago)
- Language: TypeScript
- Size: 2.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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).