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

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

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