module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 10, 2024
License: MIT
Opens a new window with license information.
README
ΒΆ
π¬ Blog
Simple Go blog
π Routes
- /auth
- /sign-up
POST
SignUp
- /sign-in
POST
SignIn
- /api
- /users
- /:user_id
GET
GetUserById
- /
GET
GetAllUsers
- /
PUT
UpdateUserById π§ auth
- /
DELETE
DeleteUserById π§ auth
- /posts
- /
POST
CreatePost π auth / admin
- /
GET
GetAllPosts
- /:post_id
GET
GetPostById
- /:post_id
PUT
UpdatePostById π auth / admin
- /:post_id
DELETE
DeleteUserById π auth / admin
- /:post_id/comments
- /
POST
CreateCommentByPostId π§ auth
- /
GET
GetCommentsByPostId
- /comments
- /:comment_id
PUT
UpdateCommentById π§ auth
- /:comment_id
DELETE
DeleteCommentById π§ auth
π οΈ Built with
π¦ Libraries
Directories
ΒΆ
Click to show internal directories.
Click to hide internal directories.