Skip to content

rianaandrianome/nestjs-demo-app

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

This little project was built using Nest framework TypeScript starter repository.

It is a demo of a REST API for doing CRUD operations on a list of Products.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Use the application

To test the application:

  • go to Author - http://localhost:3000/api
  • In there, you can use the swagger to test the endpoints for ADD , EDIT, DELETE, or GET products

About

nest js demo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published