harry-hov / GMsys

Online Grievance Management System at Institute level.

Home Page:http://gm-sys.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GMsys

An Django based Grievance Portal

Build Status django1.10 Say Thanks!

Online Grievance Management System at Institute level

Prerequisite

  • Python 3.6 (or later)

    It can be installed from: https://www.python.org/downloads/

  • Django 2.0 (or later)

    It can be installed using:

    pip install django

    To check the django version, open cmd and type:

    py
    import django
    django.VERSION
    

Setting up the Project

  • Forking the Repository
  • Cloning

    You can clone the repo in your local system using following command :

    `git clone https://github.com/user-name/GMsys.git`
    

    Note: Replace "user-name" with your Github username.

  • Setting Upstream
    `git remote add upstream https://github.com/harry-hov/GMsys.git`
    

Running project locally

To run the project,

  1. Go to the project directory.
  2. Open Command Prompt.
  3. py manage.py runserver
  4. Open "http://localhost:8000" in any browser.

Keeping the project updated

git fetch upstream
git rebase upstream/master
git push -f origin master

Note: make sure that "master" is your current branch

About

Online Grievance Management System at Institute level.

http://gm-sys.herokuapp.com


Languages

Language:CSS 87.0%Language:HTML 7.0%Language:Python 4.1%Language:JavaScript 1.8%