Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newaeonweb/nest-rest-example
https://github.com/newaeonweb/nest-rest-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/newaeonweb/nest-rest-example
- Owner: newaeonweb
- Created: 2019-05-28T20:40:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:39:13.000Z (about 2 years ago)
- Last Synced: 2023-04-05T06:06:17.556Z (over 1 year ago)
- Language: TypeScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating Restful API
```
nest g module modules/band```
```
nest g controller modules/band
``````
nest g service modules/band
``````
nest g interface modules/band/interface/band
``````
npm install --save @nestjs/mongoose mongoose
```