ThomVett / quantimage2-frontend

React Frontend for the QuantImage v2 Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

**# QuantImage v2 - Frontend

Context

This repository is part of the QuantImage v2 platform, which includes the following repositories:

Project Structure

Docker

The project uses Docker for easy build & deployment, using the following files :

  • Dockerfile : Installs the project dependencies and starts the development server
  • Dockerfile.prod : Builds the production version of the app and serves it using nginx
  • docker-compose.yml : Base Docker Compose file
  • docker-compose.override.yml : Override file for local development, exposing port 3000 & mapping the source directory to the container.
  • docker-compose.local.yml : File for testing the production build locally without Traefik
  • docker-compose.vm.yml : File for the QuantImage v2 VM, restarting the container automatically on reboot or crash**
  • docker-compose.prod.yml : Production file for use with Traefik

### Code Structure

│   App.js & all pages of the application
│
├───assets    : Images & Common options for charts
│
├───components : Reusable components that are part of pages
│
├───config     : Constants used for feature mapping, outcome fields etc.
│
├───context    : Global data for the app (User & Socket.IO)
│
├───dicom      : DICOM field mappings (name -> tag)
│
├───services   : Functions for making calls to the Kheops & Backend APIs
|
└───utils      : Utility functions (feature mapping, parsing files, etc.)

NOTE : This project was bootstrapped with Create React App.

About

React Frontend for the QuantImage v2 Platform


Languages

Language:JavaScript 97.6%Language:CSS 1.9%Language:HTML 0.5%Language:Dockerfile 0.1%