Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 408 Bytes

readme.md

File metadata and controls

26 lines (25 loc) · 408 Bytes

Installation

Python 3

pip install PyCrypto
pip install flask
pip install flask-cors

You will also need to have python-dev installed

Node

npm install

Execution

  • Run flask server :
python crypto/app.py
  • Run javascript bundler :
npm run dev

Credits

Python