Skip to content

ParthPanchal26/TODO_backend

Repository files navigation

TODO_backend - OPEN SOURCE PROJECT

About :

TODO_backend is an OPEN SOURCE backend service for TODO web Applications.

The Project have build in ExpressJs.

ExpressJS version : ^4.19.2

The project is hosted on "Render".

The project supports users and tasks APIs.

The users APIS are: register, login, logout and getProfile

The tasks APIs are : newTask, getMyTask, updateTask and deleteTask

To view backend APIs :

Initial Server :

-----------------------------------------

User APIs

Register API : : POST

/api/v1/users/new

Login API : : POST

/api/v1/users/login

Logout API : : GET

/api/v1/users/logout

GetProfile API : : GET

/api/v1/users/me

-----------------------------------------

-----------------------------------------

Task APIs

newTask API : : POST

/api/v1/tasks/new

getMyTask API : : GET

/api/v1/tasks/all

updateTask API : : PUT

/api/v1/tasks/:id

deleteTask API : : DELETE

/api/v1/tasks/:id

-----------------------------------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published