To-do-app

To-do-app

3 devlogs
16h 12m
•  Ship certified
Created by Aayush anand

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

Timeline

Ship 1

1 payout of shell 32.0 shells

Aayush anand

about 1 month ago

Aayush anand Covers 3 devlogs and 16h 12m

did deployment on railway was running in to issues with dependencies so i used pip freeze to generate requirements.txt and removed unnecessary dependencies

Update attachment

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

Update attachment

done with v1 with basic functionalities like auth and feeatures like add to-do or delete

Update attachment