Skip to content

Coral Reef data visualization/analysis site for the World Wildlife Fund.

Notifications You must be signed in to change notification settings

sidthekid134/wwf_coral_reef

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coral Reef data visualization/analysis site for the World Wildlife Fund.

Set Up

Install and set up Postgres DB

git clone https://github.com/octarinegroup/wwf_coral_reef.git
cd wwf_coral_reef/
createdb coral_reef_development
{ GO INTO coral_reef_api/config/config.json and change user to what you are }
cd coral_reef_api/db_util
psql coral_reef_development < benthic_db_outfile
cd coral_reef_api
npm install
nodemon
{ Check localhost:3000 }
cd frontend/
npm install
npm start

About

Coral Reef data visualization/analysis site for the World Wildlife Fund.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • CSS 7.8%
  • HTML 6.1%