A data driven taxononmy viewer webapp. This is a work in progress and must evolve or go extinct.
- 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
This project
https://christophercampbell.github.io/bios/
Perobscurus
https://christophercampbell.github.io
java jdk
gradle
mysql
$ cd bios
$ mysql -u root -p
> create database taxonomy;
> use taxonomy;
> source src/main/sql/taxa-schema.sql
> exit
$ cd bios
$ gradle jettyRun