Builds a basic api with rocket.rs, updates index.html

This commit is contained in:
2019-02-02 15:27:13 +01:00
parent ee3271f772
commit 46532eee9e
9 changed files with 118 additions and 30 deletions

2
web/Rocket.toml Normal file
View File

@@ -0,0 +1,2 @@
[global.databases]
cookbook_db = { url = "../cookbook/db.sqlite3" }