https://github.com/vmward/functional-nest
Gitlab mirror for functional nestJS
https://github.com/vmward/functional-nest
Last synced: over 1 year ago
JSON representation
Gitlab mirror for functional nestJS
- Host: GitHub
- URL: https://github.com/vmward/functional-nest
- Owner: VMward
- License: mit
- Created: 2021-04-14T17:15:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T16:16:22.000Z (about 5 years ago)
- Last Synced: 2025-01-29T20:27:57.726Z (over 1 year ago)
- Language: TypeScript
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Description
This project was generated with [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
$ npx prisma
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Prisma
```bash
# generate your SQL migration files and run them against the database
$ npx prisma migrate dev --name init
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## License
Nest is [MIT licensed](LICENSE).