An open API service indexing awesome lists of open source software.

https://github.com/gr1d99/ohs


https://github.com/gr1d99/ohs

django helpdesk python3

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Online Helpdesk

Is a web project that will provide online helpdesk services to students.
Teachers will be able to provide solutions to issues submitted by students.

## Demo

[Online Helpdesk](https://ohs.herokuapp.com)

## Prerequisites

- Python3 [Installation](https://www.python.org/downloads/)
- Git [Installation](https://git-scm.com/downloads)
- Virtualenv, try `pip install virtualenv` or visit [installation site](http://pymote.readthedocs.io/en/latest/install/windows_virtualenv.html)

## Usage
1. Clone this repo `git clone https://github.com/gr1d99/OHS.git`
2. Navigate to the root of the project `cd OHS`
3. Checkout into `develop` branch, `git checkout develop`
4. Create a virtual enviroment `virtualenv --python=python3 env`
5. Activate the virtual enviroment `env\Scripts\activate`
6. Install app dependencies `pip install -r requirements.txt`
7. Start your web app `python manage.py runserver`