Giter Site home page Giter Site logo

dysregnetweb's Introduction

DysRegNetWeb

Installation

Clone the repository

git clone https://github.com/JohannesKersting/DysRegNetWeb.git

Navigate to the folder

cd DysRegNetWeb

For development and debugging

Launching the web app

Setup a fresh conda environment with Python 3.8

conda create -n DysRegNetWeb python=3.8

Activate the environment

conda activate DysRegNetWeb

Install the required dependencies using pip

pip install -r app/requirements.txt

Launch the app

python app/app.py

The web app is now available under http://127.0.0.1:8050/ but the database is not running yet

Launching the database

Open a fresh shell and navigate to the repository folder. Launch the Neo4j database using Docker. In order for this to work, the repository must include a folder called "data" containing the Neo4j database files.

docker run -it --rm \
    --user "$(id -u):$(id -g)" \
    --name dysregnet-neo4j \
    -p7474:7474 -p7687:7687 \
    -v ${PWD}/data:/data \
    --env NEO4J_AUTH=neo4j/12345678 \
    neo4j:5.11.0

Test for production

Run docker compose inside the repository folder

docker compose up -d

dysregnetweb's People

Contributors

johanneskersting avatar

Watchers

 avatar

Forkers

davidwagemann

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.