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.
- Python
- FastAPI
- PostgresSQL
- React
- Tailwind
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
If you have found a bug, suggesting an improvement or want to collaborate then please raise an issue or create an pull request.