Python 3 app. Complete bug-tracking platform made using Flask, WTForms, SQLAlchemy.
- Setup your SQL database
- Install all requirements
- Insert all required environment variables
- Uncomment db.create_all() in app.py, and run it
- Add, delete, edit bugs
- Add and manage your team
- Assign bugs to certain team members
- Collect feedback from your users
Check out the requirements.txt file
You can check out the project here: bugfire.ru
I hardcoded the project's url couple times. If you gonna fork, make sure to change it.