Skip to content

fillateo/BugHero

Repository files navigation


Logo

BugHero

Web based application for tracking issues in your personal or collaborative projects!

View Demo · Report Bug · Request Feature

Table of Contents
  1. Features
  2. Getting Started
  3. Usage
  4. Contact

features

  • User Authentication & Authorization
  • Login with OAuth2 (Google)
  • Issue by type, priority & status
  • Issue comment
  • Assign user members in project
  • Attach additional files in project

Built With

Technologies that I used for build this project.

Getting Started

Follow instructions below for running this app on your machine.

Prerequisites

Make sure you have installed all of the following prerequisites on your machine.

  • Git
  • Node.js
  • MongoDB

Installation

  1. Clone the repo
git clone https://github.com/fillateo/BugHero.git
  1. Install NPM packages
    npm install
  2. 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)

Running the App

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.

Contact

Jait Ramadandi Jeke - [email protected]