aboutsummaryrefslogtreecommitdiff
path: root/backend/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-10 23:41:20 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-10 23:41:20 +1000
commita8f80a02b88055cfcb45664ce3a3d24c2b2da98c (patch)
tree021072aa131b2e141978e0223f6e37dfcb1cf1cd /backend/README.md
parentf0df00add356c0ee4cc8743a9ceeb276ae207715 (diff)
Update project-level and client-side documentation
Diffstat (limited to 'backend/README.md')
-rw-r--r--backend/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/README.md b/backend/README.md
index 358ed72..1823576 100644
--- a/backend/README.md
+++ b/backend/README.md
@@ -1,7 +1,7 @@
# Files
+- data: Contains scripts for generating the tree-of-life database
+- tilo.py: WSGI script that serves tree-of-life data
- 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`,