Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradtraversy/nestjs_rest_api
Rest api built with Nest and MongoDB
https://github.com/bradtraversy/nestjs_rest_api
Last synced: about 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T14:19:43.000Z (over 1 year ago)
- Last Synced: 2024-08-02T13:34:41.132Z (5 months ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 172
- Watchers: 7
- Forks: 90
- 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
```