Skip to content

Desktop Application built using Electron JS framework which allows users to track , share and resolve bugs encountered.

Notifications You must be signed in to change notification settings

Yash2rule/BugTracker

Repository files navigation

BugTracker Desktop Application

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.

Install

Clone this repo

git clone https://github.com/Yash2rule/BugTracker.git
cd project

Env Variables

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

Install dependencies

npm install

or

yarn

Usage

Run the app

npm run start

or

yarn start

Build the app (automatic)

npm run package

or

yarn package

Build the app (manual)

npm run build

or

yarn build

Test the app (after npm run build || yarn run build)

npm run prod
yarn prod

Change app title

Change the app title in the webpack.build.config.js and the webpack.dev.config.js files

About

Desktop Application built using Electron JS framework which allows users to track , share and resolve bugs encountered.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published