Skip to content

sonht113/public-api-auth-crud-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Public api Auth - CRUD for Todo app basic

This just a simple TODO API with AUTH, GET, POST, PUT and DELETE endpoints for user and todo. I made this with Mongoose. You can access this API for free, just in case you need a CRUD API when you currently learning a Front-End

πŸ‘‰ You'all can access the API URL on:

End point api test in postman:

https://public-api-auth-crud-todo-app.onrender.com/api/v1/auth/register

Description

Nest framework TypeScript starter repository. MongoDB DB manager

This an example how you accessing the API and the responses you will got

#REGISTER image

#LOGIN image

⚠️ After login, you must add token to authentication for all api (example bottom): image

#CREATE-TODO image

#GET-LIST-TODO image

#GET-TODO-BY-ID image

#UPDATE-TODO-BY-ID image

#DELETE-TODO-BY-ID image

⛔️ For example api of USER is same api TODO above.

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch