Graph Based simple spread sheet, idea is to model the spreadsheet as a graph Neo4j Aura is used as persistence layer currently we are defaulting to 10X10
- Set up your virtualenv:
virtualenv -p python3 cloud-sheet - Source the
activatescript:source cloud-sheet/bin/activate - Install the dependencies in your virtualenv:
pip install -r requirements.txt - Run the server
FLASK_DEBUG=1 FLASK_APP=server.py flask run