Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akshatbhargava123/nestjs-mongo-starter
- Owner: akshatbhargava123
- Created: 2019-06-26T19:33:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:12:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T12:58:00.398Z (over 1 year ago)
- Language: TypeScript
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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
```