Add backend

With jwt authentication.

- POST /toktok {password} -> {token}
- GET /bandz -> {bandz}
- POST /wrap -> {id}
This commit is contained in:
2022-09-07 12:36:30 +02:00
commit 0c9c893237
6 changed files with 1592 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
node_modules/
.*.swp
yarn-error.log
data/*.db