https://github.com/yong-asial/nestjstutorial
https://github.com/yong-asial/nestjstutorial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yong-asial/nestjstutorial
- Owner: yong-asial
- Created: 2020-03-18T05:48:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:39:16.000Z (over 2 years ago)
- Last Synced: 2025-02-12T19:48:37.456Z (4 months ago)
- Language: TypeScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
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
```