joaoflaviosantos / fastapi-async-sqlmodel-boilerplate

A fully asynchronous FastAPI boilerplate. Built for extensibility and speed, it incorporates FastAPI, SQLModel, Alembic, PostgreSQL, Redis, and ARQ. 🚀
MIT License
18 stars 1 forks source link

refactor: reorganize project structure #2

Closed joaoflaviosantos closed 6 months ago

joaoflaviosantos commented 6 months ago

Rearrange project files and directories for improved organization and clarity. Moved Docker-related files to the 'docker' directory, logs to 'logs', NGINX configurations to 'nginx', and Supervisorctl configurations to 'supervisor'. These changes aim to enhance the overall project maintainability and make it more intuitive for users and contributors. Update respective README.md files with detailed instructions for each directory.