I am making a to-do-app for the purpose of learning fastapi and how to connect it to simple frontend . i have also thought of adding some simple ai features to convert it to a full-stack project
Aditya Singh
Check their projects out: Hotel ui, Inventory system, ecommerce
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
did deployment on railway was running in to issues with dependencies so i used pip freeze to generate requirements.txt and removed unnecessary dependencies
before my whole code was in one main.py file there was no modular coding now separated auth logic in auth.py and db connection to database.py and also fixed the register endpoint
done with v1 with basic functionalities like auth and feeatures like add to-do or delete