Skip to content

It's a simple app to mange a to-do list for every User.

Notifications You must be signed in to change notification settings

prof-alazhary/todo-app

Repository files navigation

todo-app

It's a simple app to mange a to-do list for every User.

-About Reference APIs:-
you can use postman app to test and explore Reference's APIs through the following routes:-

to create new reference:
localhost:3000/reference/new method:post //ex:body :{summary:"some summary", tags:["one", "two"], url:"www.url.com"}

to select one:
localhost:3000/reference/:id method:get

to update:
localhost:3000/reference/:id method:put //ex=> body :{summary:"some other summary", url:"www.url2.com"}

to delete:
localhost:3000/reference/:id method:delete

to search by summary:
localhost:3000/reference/search method:post //ex=>body :{summary:"summary"}

to search by tags:
localhost:3000/reference/search method:post //ex=>body :{tags:["two"]}

-All of this APIs above are secured, So you shoud pass 'x-access-token' within request Headers.
You can generate one, simply by running this script:- (make sure that you are in the root dir)
node generateToken.js

About

It's a simple app to mange a to-do list for every User.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published