Coder Social home page Coder Social logo

omkar3602 / bridgestone-idea-management-platform Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 23.26 MB

Team Quark's submission for the Bridgestone Hackathon.

License: MIT License

Python 37.17% Batchfile 0.10% HTML 62.73%
django python sqlite3 tailwindcss

bridgestone-idea-management-platform's Introduction

Bridgestone-Idea-Management-Platform

Team Quark's submission for the Bridgestone Hackathon.

Setup Instructions

  • Clone the Repository
git clone https://github.com/omkar3602/Bridgestone-Idea-Management-Platform.git
  • Make sure you have Python 3.x installed. Or install it from here.

  • Install the virtualenv package.

pip install virtualenv
  • Create a virtual environment.
virtualenv env
  • Activate virtual environment.
env\Scripts\activate
  • Install the requirements for the project.
pip install -r requirements.txt
  • Create a .env file in the root directory. It sholud contain the following variables.
    • SECRET_KEY: Secret Key used by Django in projectname\settings.py
    • DEBUG: Describes whether the project is in development or production.
    • ADMIN_EMAIL: Email ID of sytem admin. Used for automatic mailing feature.
    • PASSWORD: Password of admin email. (If password doesn't work, app password is required).
    • WEB_URL: This is the base url of the website.

  Example:

SECRET_KEY="abcdefghi"
DEBUG="False"
ADMIN_EMAIL="[email protected]"
PASSWORD="12345678"
WEB_URL="http://127.0.0.1:8000/"
  • Start the server.
python manage.py runserver

System Admin credentials for testing

Email: [email protected]

Password: 1234

Idea Admin credentials for testing

Email: [email protected]

Password: 1234

Ideator credentials for testing

Email: [email protected]

Password: 1234

Innovation Champion credentials for testing

Email: [email protected]

Password: 1234

bridgestone-idea-management-platform's People

Contributors

chaitanya1211 avatar chinmayilondhe avatar neharaut00 avatar omkar3602 avatar

Watchers

 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.