Skip to content

Example of a simple TODO REST API using Nest, a modern node.js framework for efficient and scalable web apps.

Notifications You must be signed in to change notification settings

elias-garcia/nest-typescript-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEST TODO REST API

Sample REST API using Nest framework with a simple in memory database.

Installation

  1. Clone the repository: git clone https://github.com/elias-garcia/nest-typescript-todo.git
  2. Install the application: npm install
  3. Start the server: npm start

Routes

  • POST /todos
  • GET /todos
  • GET /todos/:id
  • PUT /todos/:id
  • DELETE /todos/:id

About

Example of a simple TODO REST API using Nest, a modern node.js framework for efficient and scalable web apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published