Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 358 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 358 Bytes

Histopathology Viewer

Setup

  • Install MySQL, and create credentials as mentioned below
SQL_HOST = "localhost"
SQL_USER = "Histuser"
SQL_PASSWORD = "password"
SQL_DATABASE = "Histdata"
  • Run create_schema.sql from server/db_setup

Sub Components