Introduction
This is a simple API for a blog. It includes authentication so that only the owner of the blog can create, edit, and delete...
For further actions, you may consider blocking this person and/or reporting abuse
Thank you for sharing 🙌
v
Well written
How to test validity of the user if they try to post without logging in?
In the register you can try to find user if they exist using ID.if the user exist it will return "the user exist " message.if the user doesnot then it will save the details..forgot to add the functionality
thanks Collins, I will look forward for your next post. This post is very well written and clear, It will be nice if you post something around managing state using cookie-session as well.
Okay i will work on it
Thanks just fixed it
Arigato
Hello, this was lovely but the delete route didnt work in post man
Have you posted the next post to test this api on PostMan??