/Cell-Tracking-Visualisation

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Cell Tracking Visualisation

Getting Started

Prerequisites

Alternatively, you can run mongodb with docker:

docker run -p 27017:27017 --name cell-mongodb --rm -d mongo

Installation

  • Clone this repository

      $ git clone https://github.com/fabianbormann/Cell-Tracking-Visualisation.git
      $ cd Celltrack-Node
    
  • Get all packages

      $ npm install
    

Start

  • Now you can start the server. Make sure you have MongoDB running!

      $ node app.js
    
  • Goto localhost:3000 to visit the running cell tracking visualisation!

Development

If you want to become a part of this visualisation framework you can just fork it and implement a new feature!
I recommend to read the Tutorial: How to add a feature to get familar with this project.

Read the wiki pages for more information. When you are finished with your implementation it would be great to see your pull request!