Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akshatbhargava123/nestjs-mongo-starter

NestJS Starter - with mongoose, dotenv setup and an example user module
https://github.com/akshatbhargava123/nestjs-mongo-starter

Last synced: about 5 hours ago
JSON representation

NestJS Starter - with mongoose, dotenv setup and an example user module

Awesome Lists containing this project

README

        

## Description

Extended [Nest](https://github.com/nestjs/nest) framework [TypeScript starter repository](https://github.com/nestjs/typescript-starter) - contains *mongoose*, *dotenv* pre-setup with an example *user* module.

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