Implement basic hike functions

This commit is contained in:
Sebastiaan
2025-10-24 17:48:02 +02:00
parent f958856e95
commit 23d7d63103
8 changed files with 514 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ from app.models.member import (
from app.models.apikey import (
ApiKey,
)
from app.models.hike import (
Hike,
)
engine = create_engine(str(settings.SQLALCHEMY_DATABASE_URI))