bbglab / cancer-detective-pro

Eduscopi's version of Cancer Detective
0 stars 0 forks source link

Cancer Detective

Cancer Detective logo

This project is a web application for cancer detection. The application is structured into two main directories: __MACOSX and www.

Directory Structure

Running the Application

The application is containerized using Docker. To run the application, you need to have Docker and Docker Compose installed on your machine.

  1. Build the Docker image: docker-compose -f docker-compose.yml up --build. You only need to do this once.
  2. Run the Docker container: docker-compose up
  3. Access the application at http://localhost:8080

Please note that any changes made to the files in the www directory will be reflected in the running application.