My_coding_journey
15 posts


I also refactored my project structure.
Instead of putting everything in main.py, I separated the code into:
• routers → HTTP endpoints
• CRUD → database logic
• schemas → request/response models
• models → SQLAlchemy tables
Much cleaner architecture.
English

Starting a 2-month backend rebuild challenge!
Building in public, sharing small wins, learning FastAPI + Python.
First post coming soon. #BuildInPublic #FastAPI
English









