Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirtahaali/nestjs-boilerplate
https://github.com/mirtahaali/nestjs-boilerplate
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mirtahaali/nestjs-boilerplate
- Owner: MIRTAHAALI
- Created: 2023-01-14T15:17:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T15:24:09.000Z (almost 2 years ago)
- Last Synced: 2024-01-19T12:09:56.479Z (12 months ago)
- Language: TypeScript
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```