Welcome to the Users Handler Gofiber
In this project, i have several endpoint route you to access. There are :
- GET > /api/user
- GET > /api/user/:id
- POST > /api/login
- POST > /api/user
- PUT > /api/user/:id
- PUT > /api/user/:id/change-password
- DELETE > /api/user/:id
Additional Features :
- STATIC ASSET > /public
- POST > /api/comic
This API is complete by Middleware for :
- AUTH JWT TOKEN (Without Refresh Token)
- Upload comic data with File Based stored in Public
Feel free to get my code for any review. Thank you !