Skip to content

haynafi/TaskFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TaskFlow - Full Stack Task Management API

Demo SaaS-style REST API with modern documentation site.

Projects

API Backend

Location: ./api/

FastAPI-based REST API with JWT authentication, user management, and task/project CRUD operations.

Quick Start:

cd api
docker-compose up -d

Visit: http://localhost:8000/docs

Documentation Site

Location: ./docs/

Modern Next.js documentation with Cmd+K search and interactive examples.

Quick Start:

cd docs
npm install && npm run dev

Visit: http://localhost:3000

Features

  • JWT Authentication
  • Project & Task Management
  • Advanced Filtering & Pagination
  • Interactive API Documentation
  • Cmd+K Quick Search
  • Dark/Light Mode Toggle
  • Docker Support

Technology Stack

Backend: FastAPI, SQLAlchemy, SQLite, JWT
Frontend: Next.js, TypeScript, Tailwind CSS
Tools: Docker, Uvicorn

Project Structure

taskflow/
├── api/              # Backend API
├── docs/             # Documentation site
└── README.md         # This file

License

MIT - Portfolio/Demo Project

About

Demo SaaS-style REST API built with FastAPI, featuring authentication, CRUD operations, and a modern documentation site.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors