This is a neo4j-based prototype.
-
Navigate to the
orchestrator
directory:cd orchestrator
-
Install the required Python packages:
pip install -r requirements.txt
-
Set the
FLASK_APP
environment variable. Make sure to replacesrc/app
with the correct path to yourexport FLASK_APP=src/app.py
-
Start the Flask application:
flask run
-
The application should now be running at http://localhost:5000.