Add basic endpoints

This commit is contained in:
Jacob Windsor
2025-02-19 14:27:14 +01:00
parent e0f8112d13
commit 2e70664620
12 changed files with 77 additions and 22 deletions
+3
View File
@@ -26,5 +26,8 @@ start-db:
stop-db:
docker-compose down
clean-db:
docker compose down -v db
clean:
rm -rf $(VENV_DIR)