Skip to content

sai7602/notes-serv-r

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

Note services

CRUD

# GET
/notes - get all notes

# GET
/notes/:id - get selected note

# GET
/notes/stats - get statistics

#POST 
/notes - create new note

# PATCH 
/notes/:id - update selected note

# DELETE 
/notes/:id delete selected note

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published