Web based application for tracking issues in your personal or collaborative projects!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- User Authentication & Authorization
- Login with OAuth2 (Google)
- Issue by type, priority & status
- Issue comment
- Assign user members in project
- Attach additional files in project
Technologies that I used for build this project.
Follow instructions below for running this app on your machine.
Make sure you have installed all of the following prerequisites on your machine.
- Git
- Node.js
- MongoDB
- Clone the repo
git clone https://github.com/fillateo/BugHero.git
- Install NPM packages
npm install
- Create file config.env inside of config/ folder & Enter your PORT, MONGO_URI, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET & ABSOLUTE_URL in
config.env
PORT = 5000 MONGO_URI = Enter your mongo url GOOGLE_CLIENT_ID = Enter your Google Client Id GOOGLE_CLIENT_SECRET = Enter your Google Client Secret ABSOLUTE_URL = Enter your Absolute URL (only required in production mode)
For development mode:
npm run dev
For production mode:
npm run start
App will runnig on port 5000 & if you are in development mode, just go to http://localhost:5000.
Jait Ramadandi Jeke - [email protected]