Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/newaeonweb/nest-rest-example


https://github.com/newaeonweb/nest-rest-example

Last synced: about 2 months ago
JSON representation

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
```