Skip to content

RESTful API backend for storing, updating, and retrieving graphs.

License

Notifications You must be signed in to change notification settings

garrettklatte/graph-isomorphism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RESTful API backend for storing, updating, and retrieving graphs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages