Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 561 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 561 Bytes

Graph Isomorphism

Code style: black

RESTful API for storing, updating, and retrieving graphs. Deployed on AWS. Check out the web application.

Running tests

All tests are run via tox.

Create virtual environment
virtualenv -p python3.7 venv
. venv/bin/activate
Run tests
pip install tox
tox