/protein-explorer

Visualizing protein-protein interaction networks

Primary LanguageHTMLMIT LicenseMIT

🔍 Proteins Explorer 🔍

license build

Discord

protein-explorer

Prerequisites

Install docker and docker-compose. Docker is an open platform for developing, shipping, and running applications. It enables you to separate your application from your infrastructure (host machine). If you are installing Docker Desktop on Windows or macOS, docker-compose will already be included. For Linux, visit this site.

Starting the app

Position yourself in the root folder of the protein-explorer project. Next, build the Docker image and run the application with the following commands:

docker-compose build
docker-compose up

If everything was successful, you can open the app in your browser. The app will be listening on: http://localhost:5000/.