/nest-typescript-todo

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

Primary LanguageTypeScript

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