https://github.com/bradtraversy/nestjs_rest_api
Rest api built with Nest and MongoDB
https://github.com/bradtraversy/nestjs_rest_api
Last synced: about 1 month ago
JSON representation
Rest api built with Nest and MongoDB
- Host: GitHub
- URL: https://github.com/bradtraversy/nestjs_rest_api
- Owner: bradtraversy
- Created: 2019-03-25T20:57:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T14:19:43.000Z (about 2 years ago)
- Last Synced: 2024-11-12T02:35:49.749Z (8 months ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 175
- Watchers: 7
- Forks: 92
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS REST API
A CRUD REST API using the NestJS framework and MongoDB/Mongoose.
## Setup
Add your mongodb uri to the "config/keys.ts file"
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```