Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akianonymus/todolist-backend
https://github.com/akianonymus/todolist-backend
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akianonymus/todolist-backend
- Owner: Akianonymus
- License: mit
- Created: 2022-11-20T12:19:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T03:37:00.000Z (7 months ago)
- Last Synced: 2024-04-27T10:25:39.230Z (7 months ago)
- Language: TypeScript
- Homepage: https://dark-plum-pangolin-kit.cyclic.app/
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.