/hpc-reloaded

A mocked single-page-application for HPC job submission, using React, Flask and MongoDB. Deployed with Docker Compose.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

HPC Reloaded

A mocked single-page-application for HPC job submission, using React, Flask and MongoDB. Styled with React-Bootstrap, deployed with Docker Compose.

Setup

docker-compose up

Otherwise you can run each layer separately, for instance:

cd frontend
npm start

and

cd server
python app.py

for the frontend and the backend respectively. If you run each component seperately, be sure to change the endpoints properly, since in the default docker-compose configuretion they rely on enviroment variables in config folder.

How it works

Other contributors