Spawn an axum server

Concurrently spawn an axum server, which is not doing much yet, in
order to prepare for the creation, etc. of reminders.
This commit is contained in:
finga 2023-01-30 17:01:25 +01:00
parent 0434505b2d
commit 6b6f5aa48a
5 changed files with 519 additions and 84 deletions

View file

@ -4,3 +4,7 @@
# name = "whakarite"
# user = "whakarite"
pass = "whakarite"
# [server]
# address = "::1"
# port = 8080