Releases: alysonsz/CatalogHub
Releases · alysonsz/CatalogHub
v1.0.0 - CatalogHub API Final Version
🎉 Initial Release of CatalogHub API
This is the first stable version of the project, delivered as part of the practical test.
⚠️ Important: Configuration Required
To run this project successfully and avoid connection errors (like SocketException or Failed to connect), you must configure your environment variables before starting the containers.
- Create a
docker-compose.override.ymlfile in the root directory. - Add your AWS Credentials and database settings as detailed in the
README.md. - Run
docker-compose up --build.
(See the "Como Rodar o Projeto" section in the README for the file template).
🚀 Key Features
- CRUD Operations: Complete management for Products and Categories.
- Advanced Filtering: Robust capabilities for product querying.
- Cloud Storage: Integrated image upload to AWS S3.
- Architecture: Clean Architecture implementation with clear separation of concerns.
- Quality Assurance: Unit tests covering the service layer.
- DevOps:
- Docker support with
docker-composefor easy execution. - CI/CD pipeline configured with GitHub Actions.
- Docker support with