Bug Tracker is an app that aids in tracking bugs, issues, and questions in any app development. It provides a collaborative environment for the team to solve the issues related to the project.
Bug Manager is built Using :
- React
- First setup the backend and start the backend server.
- Afterwards clone this repo and navigate to the base directory.
- Run the following commands to setup the frontend server:
yarn install
yarn start
- Now go to this link to check if your frontend is setup and running successfully