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

https://github.com/vivek8690/nestjscrud

This repository contains CRUD implemented with nestJS, mongoDB and mongoose
https://github.com/vivek8690/nestjscrud

docker docker-compose mongodb mongoosejs nestjs nodejs passportjs

Last synced: 3 months ago
JSON representation

This repository contains CRUD implemented with nestJS, mongoDB and mongoose

Awesome Lists containing this project

README

          


Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.



NPM Version
Package License
NPM Downloads
Travis
Linux
Coverage
Gitter
Backers on Open Collective
Sponsors on Open Collective



## Setup requirements

- Install Docker and docker-compose on your machine to setup

## Setup

```bash
$ git clone https://github.com/vivek8690/nestJSCRUD.git
$ cd nestJSCRUD
$ docker-compose up
```