BugBook is a web application which can be used by organizations in order to easily report, assign and manage the status of bugs for their Projects which are in their Testing phase. It is made with Django, Django Rest Framework and Django Channels as backend technologies. The frotend part is made with React. Developers can add their projects, delete them, report issues and discuss these issues with their colleauges.
- python3
- pip
- npm packages
- docker
- mysql
- Clone the repository
$ git clone https://github.com/ktg-123/BugBook.git
$ cd BugBook
-
Make changes for mysql user in docker-compose.yaml
-
Make changes for email and mysql in assignment/assignment/settings.py
-
Make sure that port 8000, 3000 and 6379 are not in use.
-
Run docker commands
$ sudo docker-compose build
$ sudo docker-compose up -d
- Open Browser
- Enter the URL
http://127.0.0.1:3000/
. - Login with Channeli Credentials.
- Then you will be redirected to
http://127.0.0.1:3000/home
- Now Report your Bugs or Add your Project.
- To switch it down Run
$ sudo docker-compose down