Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akianonymus/todolist-backend


https://github.com/akianonymus/todolist-backend

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Backend for TodoList app

Made using Node Js, MongoDb and Nest Js .

## API Endpoints

- `/auth` - To check authentication
- `/auth/register` - Register new user
- `/auth/login` - Login existing user
- `/auth/refreshAccessToken` - Regenerate Access Token using Refresh Token
- `/todo` - Returns all the tasks and number of tasks
- `/todo/new` - Create a new todo task.
- `/todo/update` - Update an existing todo
- `/todo/delete`
- `/todo/deleteAll` - Delete all todo task for the given username.