A FastAPI-based To-Do application built with Python 3.10.
link to the hosted app: https://todoapp-fy4n.onrender.com
- User authentication and registration.
- CRUD operations for to-do tasks.
- Web interface with responsive design.
-
Clone the repository:
git clone https://github.com/jedrzejd/FastAPI_ToDoApp.git cd FastAPI_ToDoApp
-
Set up a virtual environment:
python3.10 -m venv venv source venv/bin/activate
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
uvicorn main:app --reload
Visit
http://127.0.0.1:8000
in your browser to access the application.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.