Once you get the python environment set up (install flask etc)
run
flask --debug --app block run
Then you can run the tests with
pytest
#TODO configuration(DB, URL, secrets) #TODO automated scripts for importing data #TODO project requirements file for development environment #TODO dockerize application