tumorboard-dashboard

Getting started

Toolset

You will need the following tools and software installed on your machine:

Tool / Software Purpose Version
MySQL Server Persistency 5.7
yarn Building frontend 1.1.0
NodeJS Frontend server 6.10.1

Starting the app

You can start the components frontend and backend using the following guide:

Backend:

  • cd backend
  • ./gradlew bootRun

Frontend:

  • cd frontend
  • npm run