Skip to content

A data driven taxononmy viewer webapp. This is a work in progress and must evolve or go extinct.

License

Notifications You must be signed in to change notification settings

christophercampbell/bios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bios

A data driven taxononmy viewer webapp. This is a work in progress and must evolve or go extinct.

Tree example screenshot

  • Schema
  • ORM
  • Tree viewer from node
  • Example data
  • Entry form for new nodes
  • Add more tasks
  • Add links to example species images
  • Style user pages

User pages

This project

https://christophercampbell.github.io/bios/

Perobscurus

https://christophercampbell.github.io

Requirements

java jdk
gradle
mysql

Create a database

$ cd bios
$ mysql -u root -p
> create database taxonomy;
> use taxonomy;
> source src/main/sql/taxa-schema.sql
> exit

Build & run

$ cd bios
$ gradle jettyRun 

Navigate

http://localhost:8080/bios/tree.html

About

A data driven taxononmy viewer webapp. This is a work in progress and must evolve or go extinct.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published