Skip to content

Scriptminds/fastapifullstacktodos

Repository files navigation

Home_screen# FastAPI Task Manager

A clean and efficient task management API built with FastAPI.

Features

  • User Authentication
  • CRUD operations for tasks
  • JWT-based login
  • SQLite database
  • Simple modular codebase

Tech Stack

  • FastAPI
  • SQLAlchemy
  • SQLite
  • OAuth2 + JWT

How to Run

  1. Clone the repo
  2. Set up a virtual environment
  3. Install dependencies
  4. Run using Uvicorn

Commands

git clone https://github.com/YOUR_USERNAME/fastapifullstacktodos.git
cd fastapifullstacktodos
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload
Home_screen Register_login Add_task

About

A powerful and clean FastAPI-based Task Manager with user auth and JWT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages