Skip to content

TechPrimers/nestjs-example

Repository files navigation

NestJS Example

Installation of Nest

npm install -g @nestjs/cli

Creating an app

nest new nestjs-example

Creating a controller

nest generate controller space

Creating a service

nest generate service space

Creating an interface

nest generate interface space/space
nest generate interface space/astros

Running the app

# development
npm run start:dev

About

NestJS example to consume a Space API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published