Skip to content

Conversation

@toreleon
Copy link
Contributor

No description provided.

toreleon added 3 commits June 27, 2025 02:42
…integration

- Created a FastAPI application structure with essential features including user registration, login, and management.
- Implemented MongoDB for data storage and RabbitMQ for message queuing.
- Added installation script (`install.sh`) for setting up dependencies and services.
- Configured CORS middleware and JWT authentication.
- Included comprehensive README documentation for setup and usage instructions.
- Established project structure with models, schemas, controllers, and routers for organized code management.
- Upgraded Poetry version from 1.8.4 to 2.0.1 in `poetry.lock`.
- Updated `motor` package version from 3.6.0 to 3.7.1 in `pyproject.toml`.
- Refactored MongoDB settings in `settings.py` to rename `DATABASE_NAME` to `MONGO_DATABASE_NAME`.
- Adjusted MongoDB client initialization in `main.py` to use the updated setting.
- Changed MongoDB URI retrieval in `mongodb.py` to reflect the new property name.
- Created a new `.env.example` file to outline required environment variables for the application, including database and messaging service credentials.
@toreleon toreleon merged commit 32b8712 into main Jun 27, 2025
@toreleon toreleon deleted the master branch June 27, 2025 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants