Skip to content

vcs200831/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Task Manager (FastAPI + SQLite + HTML/JS)

This is a simple task management application built to practice backend development concepts. The project focuses on building REST APIs using FastAPI and connecting them with a lightweight frontend for basic interaction.

The backend handles task creation, updates, and listing, while SQLite is used for data storage. This project helped me understand API structure, request handling, and how a backend service interacts with a frontend.

Tech Stack

  • Python, FastAPI
  • SQLite
  • HTML, JavaScript

Run backend:

cd backend
python -m venv venv && source venv/bin/activate   # Windows: venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload --port 8000

Open http://localhost:8000

The backend has also been deployed on Render for basic testing in a live environment.

About

A Task Manager App built with FastAPI (Backend) and HTML/CSS/JS (Frontend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors