Skip to content

gustavonobreza/todo-list-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

It's a simple api of a TODO APP to use any frontend (Web, Mobile, Desktop, ...).

Tecnologies

It's implemented in NodeJS with Typescript, but it could be whatever technology is used.

Instalation

  # PNPM
  $ pnpm install 
  # NPM
  $ npm install 
  # YARN
  $ yarn

Paths

Route Method Description
/todos GET Receive All Todos
/todos POST Create a new todo
/todos/:id GET Receive todo by id
/todos/:id/toggle POST Toggle completed field
/todos/:id DELETE Delete todo by id
/todos/:id PUT Update todo by id

Running App

  # PNPM
  $ pnpm start 
  # NPM
  $ npm run start
  # YARN
  $ yarn start

Atention

If you is using pnpm and to use (pre/pos)Script run that: pnpm config set enable-pre-post-scripts true

Issue

Documentation about it

About

A simple todo API to use in any Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published