App to report issues.
Bug Fix is an application that lets you report issues with projects , assign them and add comments.
Link to frontend repository Frontend
- Clone the repository
- Use the following command to install all required dependencies
pip install -r requirements.txt
- Install Docker and run the following command
docker run -p 6379:6379 -d redis:5
- Create a Mysql database
- Run the following command
cd assign
cp local_settings_template.py local_settings.py
Fill in proper values in the fields provided
- Run the following commands
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Backend setup is complete !!