Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/psharpx/starter-nestjs-project

An NodeJS project using NestJS framework
https://github.com/psharpx/starter-nestjs-project

auth bash cloudinary development docker docker-compose firebase firebase-auth javascript linux mysql nestjs nginx nodejs scripting shell skaffold typeorm typescript

Last synced: about 7 hours ago
JSON representation

An NodeJS project using NestJS framework

Awesome Lists containing this project

README

        

# nest-starter-project

## Description

an starter nest project

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