Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 617 Bytes

File metadata and controls

19 lines (13 loc) · 617 Bytes

Oncodash App Store

The Oncodash App Store is a platform for discovering and distributing Oncodash applications and plugins. It consists of a backend built with Python and Flask, and a frontend built with TypeScript, React, and Vite.

Prerequisites

  • Docker
  • Docker Compose

Getting Started

  1. git clone git@github.com:oncodash/oncodash_appstore.git
  2. cd oncodash_appstore
  3. Copy .env.example to .env and set up environment variables
  4. Ensure the docker-compose.yml file is configured correctly for your environment.
  5. docker-compose up -d --build
  6. Access the application: