Skip to content

insilica/srvc-neo4j

Repository files navigation

srvc-neo4j

This is a neo4j-based prototype.

Setup

  1. Navigate to the orchestrator directory:

    cd orchestrator
  2. Install the required Python packages:

    pip install -r requirements.txt
  3. Set the FLASK_APP environment variable. Make sure to replace src/app with the correct path to your

    export FLASK_APP=src/app.py
  4. Start the Flask application:

    flask run
  5. The application should now be running at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published