Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 718 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 718 Bytes

Bugfire - bug-tracking tool

Python 3 app. Complete bug-tracking platform made using Flask, WTForms, SQLAlchemy.

How to use

  1. Setup your SQL database
  2. Install all requirements
  3. Insert all required environment variables
  4. Uncomment db.create_all() in app.py, and run it

Feautures

  • Add, delete, edit bugs
  • Add and manage your team
  • Assign bugs to certain team members
  • Collect feedback from your users

Used libraries

Check out the requirements.txt file

DB structure

DB structure

Note

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.