Defectly is a web-based application designed to help teams efficiently manage and track software bugs and issues. It provides a centralized platform for bug reporting, assignment, tracking, and resolution.
- User authentication and authorization.
- Bug/issue creation with detailed information.
- Categorization of bugs by severity, status.
- Assignment of bugs to specific team members.
- Commenting and discussion on bug reports.
Provide instructions on how to get a copy of the project up and running on a local development environment.
Python.
Step-by-step instructions for installing and setting up the project.
git clone https://github.com/Osigelialex/Defectly.git
cd Defectly
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Access the application in your web browser at http://localhost:8000
python manage.py createsuperuser
login in with created admin account to get admin features