Skip to content

Releases: lazarok09/itroca-backend

1.0.1

11 Feb 12:07
Compare
Choose a tag to compare

English Release 🫡🎉

Small update in error handler to translate some messages to english instead of portuguese.

Enjoy coding! 🎨💻

Full Changelog: https://github.com/lazarok09/itroca-backend/commits/1.0.1

Full Changelog: 1.0.0...1.0.1

v1.0.0

11 Feb 11:12
Compare
Choose a tag to compare

First Release 🫡🎉

Welcome to the first release of our awesome project! Here are some of the available features from the very beginning. 🚀

📌 Authentication Endpoints

Running in docker compose

🔹 Sign In ➡️ POST /auth/signin
🔹 Sign Out ➡️ POST /auth/signout
🔹 Sign Up ➡️ POST /auth/signup

For deployed version, consult the /api-docs/ url

🛍️ Product Endpoints

🔹 Get all products ➡️ GET /products🔹 Get product by ID ➡️ GET /products/{id}

👤 User-Specific Endpoints

Running in docker compose

🔹 Get user products ➡️ GET /user/products
🔹 Delete all user products ❌ ➡️ DELETE /user/products
🔹 Get user product by ID ➡️ GET /user/product/{id}
🔹 Delete user product by ID ❌ ➡️ DELETE /user/product/{id}
🔹 Update user product 🔄 ➡️ PATCH /user/product/{id}
🔹 Create a new user product ➡️ POST /user/product
🔹 Get user profile ➡️ GET /user

For deployed version, consult the /api-docs/ url

Enjoy coding! 🎨💻

Full Changelog: https://github.com/lazarok09/itroca-backend/commits/1.0.0