Added basic exercise addition and deletion

This commit is contained in:
2025-07-09 14:02:18 +02:00
parent 24c784e434
commit 0d1101f84d
27 changed files with 734 additions and 165 deletions

View File

@@ -1,6 +1,6 @@
procs:
# database:
# shell: "docker compose up"
database:
shell: "docker compose up db"
backend:
shell: "watchexec -w src -r cargo run"
cwd: "./"