Skip to content

TrackFlow is a bug tracker created using FastAPI and React

Notifications You must be signed in to change notification settings

DarshanVaishya/TrackFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrackFlow - Track your bugs at ease!

Table of contents

Overview

TrackFlow is a bug tracking app created using FastAPI + React. It is an open-source solution for people looking for a free and lightweight solution.

Technologies used

  • Python
  • FastAPI
  • PostgresSQL
  • React
  • Tailwind

Installation

You will need two terminals for this Terminal 1

git clone https://github.com/DarshanVaishya/TrackFlow
cd TrackFlow/client
npm install
npm run dev

This will start your front-end server on http://localhost:5173

Terminal 2

cd TrackFlow/server
pip3 install -r requirements.txt
uvicorn app.main:app --reload

This will start your back-end sever on http://localhost:8000

Screenshots

Screenshot 2025-11-25 at 6 55 30 PM Screenshot 2025-11-25 at 6 55 58 PM Screenshot 2025-11-25 at 6 56 41 PM Screenshot 2025-11-25 at 6 57 21 PM Screenshot 2025-11-25 at 6 58 09 PM

Collaboration

If you have found a bug, suggesting an improvement or want to collaborate then please raise an issue or create an pull request.

About

TrackFlow is a bug tracker created using FastAPI and React

Topics

Resources

Stars

Watchers

Forks