aboutsummaryrefslogtreecommitdiff
path: root/backend/README.md
blob: 358ed727e230a7392f400cbd4de43131946b5276 (plain)
1
2
3
4
5
6
7
8
9
# Files
-   server.py: Basic dev server that serves a WSGI script
-   tilo.py: WSGI script that serves tree-of-life data
-   data: Contains scripts for generating the tree-of-life database

# During development
Having generated the database as data/data.db, running `server.py`,
in this directory, allows the client to access data from `tilo.py`,
via `localhost:8000`.