1.0.0 • Published 6 years ago

asruljs v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

BLOG API

How to use :

$_ npm install
$_ npm start

Route in blog api

RouteMethodDescriptionRequirement
/api/auth/signupPOSTSign Up to join as member in this bloemail, password, name
/api/auth/signinPOSTSign In to get tokenemail, password
/api/articlesPOSTAdd new articlestoken, title, content, category
/api/articles/mineGETGet all article base tokentoken
/api/articlesGETGet all article
/api/articles/:idGETGet a article
/api/articles/:idPUTUpdate a articletoken, title, content, category
/api/articles/:idDELETEDelete a article base tokentoken, title, content, category