Git Product home page Git Product logo

qp's Introduction

QP

This is an website to help students get question papers from diffrent boards and universites. Question papers are accepted in pdf format from any authenticated user.

Users can easily signup by verifying their email through OTP and giving some basic informations. all contributions from user by providing question papers are recorded in their profile.

Right now verifications of question papers done manually. Users will get the confirmation email about accepting therir question papers.

This website is hosted at https://qpweb.herokuapp.com/

Setting up in your local system

Prerequisites:

Installation Guidelines

  • download the source code
git clone https://github.com/vignesh-cloud-prog/QP.git 

move to the main directory

  • Creating virtual environment

    • Download python virtualenv module if you are not already installed
    pip install virtualenv
    • Create virtual environment
    virtualenv QP_Env
    • Activating the virtual environment
      for Windows users
    .\QP_Env\Scripts\activate


    for Linux/Mac Users

    source QP_Env/bin/activate
    • Install all the requirements
    pip install -r requirements.txt
  • Setting up database
    You need to create a database named qp using pgAdmin or command and update credentials in settings.py

    • Creating super user(optional)
    python manage.py createsuperuser

    go through the process

    • Creating tables
    python manage.py makemigrations
    • Writing tables to the db
    python manage.py migrate
  • Running the server

python manage.py runserver --settings MultipleSettings.development

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.