Skip to content

dbenet-ntu/VolcAshDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data access

Online service

Our dataset can be browsed and filtered through the "Catalogue" page at http://volcashdb.ipgp.fr/.

Download dataset in bulk

Our dataset is publicly accessible in bulk through the FIGSHARE repository [here].(https://figshare.com/collections/VolcAshDB_Dataset_of_classified_volcanic_ash_particle_images_and_features/7644656).

Setting up local development for Volcash for MacOS

Install NodeJS

Install NodeJS by entering below commands to terminal

brew update && brew install node

Check if NodeJS and NPM are installed

node -v 
npm -v

Setting code base and required data

  • Clone Volcash github repo

    git clone [email protected]:dbenet-ntu/VolcAshDB.git
  • Modify front-end/src/Constants.js to set PROXY variable. This PROXY variable is the address of the back-end of the site.

    export const PROXY = "http://localhost:5001"

    Notes: On production server, this variable is set differently.

Install required dependencies

  • Install required dependencies for back-end

    cd back-end
    npm install
  • Install required dependies for front-end

    cd front-end
    npm install

Start development server

  • Start back-end service

    cd back-end 
    npm start
  • Opening a different terminal, start front-end developement enviroment

    cd front-end
    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •