This application is built using ElectronJS framework.It allows users to track all the bugs encountered , share them with others to get them resolved.Suitable for teams working on projects in Companies.
git clone https://github.com/Yash2rule/BugTracker.git
cd project
Create a .env file in then root and add the following
NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri
JWT_SECRET = abc123
ADMIN_EMAIL = your email
ADMIN_PASSWORD = your password
npm install
or
yarn
npm run start
or
yarn start
npm run package
or
yarn package
npm run build
or
yarn build
npm run prod
yarn prod
Change the app title in the webpack.build.config.js and the webpack.dev.config.js files