Giter VIP home page Giter VIP logo

bugtracker's Introduction

BugTracker

BugTracker solves the problem of testing by managing many applications and associated bugs in an organized way with regular updates in status during different testing stages.

Front-end(bugtracker) is build with :

Back-end(imgsummer2020) is build with :

SETUP for Backend :

  1. Prerequisites:

    • Python 3
    • pip
    • MySql
    • Docker
  2. Setup a virtual environment:

    python3 -m venv bug_tracker_env
    
  3. Activate the virtual environment:

    source bug_tracker_env/bin/activate
    
  4. Create a MySql database named BugTracker.

  5. Run the following command to install all the required dependencies:

    pip install -r requirements.txt
    
  6. Inside folder /imgsummer2020/imgsummer2020 create a file .env and store the following credentials inside it:

    SECRET_KEY=your-secret-key
    DB_USER=username
    DB_PASSWORD=password
    EMAIL_USER=hostuseremail
    EMAIL_PASSWORD=hostuserpassword
    CLIENT_ID=clientidofapplication
    CLIENT_SECRET=clientsecretofapplication
    

    NOTE: Take a look at .env.example for the format of .env file

  7. Navigate back to the base directory for the app where manage.py file is located and make the database migrations using following command:

    python manage.py migrate
    
  8. Start a Redis server on port 6379 using the following command:

    docker run -p 6379:6379 -d redis:5
    
  9. Start the backend server:

    python mange.py runserver
    

bugtracker's People

Contributors

gauransh7 avatar

Stargazers

Jatin Kashyap avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.