Skip to content

React/Flask Web app to explore the Jovian Vortex Hunter data

License

Notifications You must be signed in to change notification settings

ramanakumars/JuDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuDE (JunoCam Data Explorer)

JuDE is a React/Flask-based web app to explore the Jovian Vortex Hunter data

Building and running the docker container

Before starting the docker container, you will need to provide your Zooniverse username and password to the container, so that the updated subject data can be downloaded. This will be provided via two files (panoptes_username and panoptes_password):

echo [your zooniverse username] >> panoptes_username
echo [your zooniverse password] >> panoptes_password

Next, copy the SSL certificates (for the production version) to the repo main folder. This includes the certificate (fullchain.pem) and the private key (privkey.pem)

Finally, start the docker using the compose command (from the main repo folder):

docker-compose build
docker-compose up

This will start both the frontend and backend on localhost (port 443). The backend will download the subject data from Panoptes, which will take time, so wait until you see the backend gunicorn server spin up.

About

React/Flask Web app to explore the Jovian Vortex Hunter data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published