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
- Host: GitHub
- URL: https://github.com/vivek8690/nestjscrud
- Owner: vivek8690
- Created: 2020-08-29T17:40:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T05:21:43.000Z (almost 6 years ago)
- Last Synced: 2025-05-17T15:11:23.728Z (about 1 year ago)
- Topics: docker, docker-compose, mongodb, mongoosejs, nestjs, nodejs, passportjs
- Language: TypeScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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.
## 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
```