mehmetext / fastapi-blog-api

This project is a web application built using FastAPI, a modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints.
3 stars 0 forks source link

Using separation of concerns. #1

Open onurravli opened 1 month ago

onurravli commented 1 month ago

@mehmetext Please, don't put everything in a single file. Instead, put every class, method or others in their respective files.

mehmetext commented 1 month ago

Thank you for the suggestion! I'm still learning for now, but you can be sure that I'll follow this concept in the future.

mehmetext commented 1 month ago

@onurravli Can you check again, please? I updated the structure.