/user - to get all users - GET /user/signup - to sign up - POST - {email,first_name, last_name, password} /user/login - to login - POST - {email, password} /user/:id - to get user by id - GET /blog = to get all blog posts - GET /blog - to create a blog Post - POST - {title, description, body , tags[]} /blog/:id to update a blog post - PUT /blog/:id - to get a blog post by id - GET /blog/:id - to delete a blog post - DEL /myblog - to get blog posts by logged in user - GET /blog/:id to publish blog post - PATCH
-
Notifications
You must be signed in to change notification settings - Fork 0
betheltoni/blog_API
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A nodeJS blog API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published