qsz13 / HeapExchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HeapExchange

runing here

##Setup environment for the first time:

windows:

download pip

python get-pip.py
$ git clone https://github.com/qsz13/HeapExchange.git
$ cd HeapExchange
$ pip install -r requirements.txt
$ python manage.py runserver
open http://127.0.0.1:8000/

====== Ubuntu:

$ sudo apt-get install python-pip
$ git clone https://github.com/qsz13/HeapExchange.git
$ cd HeapExchange
$ pip install -r requirements.txt
$ python manage.py runserver
open http://127.0.0.1:8000/

##IDE:

pycharm windows

pycharm linux

##front-end framework:

materialize

##development account:

#####for admin:

admin/amdin

#####for normal user:

ctx 123 dtx 123 xueba 123

About


Languages

Language:JavaScript 49.5%Language:CSS 30.0%Language:Python 15.2%Language:HTML 5.3%