Skip to content

Prernaswarna/DjangoRestReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug Fix

App to report issues.

Description

Bug Fix is an application that lets you report issues with projects , assign them and add comments.

Link to frontend repository Frontend

Setup Instructions

  • 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 !!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published