E_sun esun_hackathon Credit Block Chain by IDEAMinions

程式需求

Python3, pip...

安裝

First, clone it.

$ git clone https://github.com/phejimlin/esun_hackathon.git
$ cd esun_hackathon

Create a virtualenv, and activate this:

$ python3 -m venv env
$ source env/bin/activate

After, install all necessary to run:

$ pip install -r requirements.txt

Than, run the application:

$ python run.py

To see your application, access this url in your browser:

http://localhost:5000