Welcome to the backend of our amazing blog application! Below, you'll find a quick overview of our straightforward endpoints:
- Endpoint:
POST /register
- Function: Sign up for a new account.
- Endpoint:
POST /logout
- Function: Logs you out.
- Endpoint:
POST /login
- Function: Log in and get a special key.
- Endpoint:
POST /create-post
- Function: Write a new blog post.
- Endpoint:
GET /edit-post/{post}
- Function: Get a post ready for editing.
- Endpoint:
PUT /edit-post/{post}
- Function: Save your edits to a post.
- Endpoint:
DELETE /delete-post/{post}
- Function: Say goodbye to a post.
Feel free to explore these endpoints for all your blogging needs! 📝✨