Skip to content

eb0la0/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App (FastAPI Practice)

A simple todo app built for practicing FastAPI and basic frontend integration. Supports adding, completing, and deleting todos.

Tech Stack

  • Backend: Python, FastAPI, SQLAlchemy, SQLite
  • Frontend: HTML, CSS, Vanilla JavaScript

Run

Backend

cd backend
python -m venv .env
.env\Scripts\activate
pip install -r requirements.txt
uvicorn app.main:app --reload

Frontend

Open http://127.0.0.1:8000 in your browser.

About

simple todoapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages