Commit graph

4 commits

Author SHA1 Message Date
50b670916b Make backend and frontend work together well, and add datasets/ page to frontend 2026-01-14 11:23:43 +01:00
25641a670d Prepare for an eventual frontend
Move the backend code into a backend/ directory, and create a frontend/
directory containing an empty sveltekit project.
2025-12-16 19:48:22 +01:00
88f8ef867c Add basic mutation root 2025-12-16 12:09:45 +01:00
c6dd6abaf1 Implement basic city portal logic (and severely deabstract)
- Create a podman compose for Postgres
- Implement types and tables for urban data
- No longer use a Cargo workspace as there's no point currently
- Create query functionality (not mutation yet)
2025-11-28 22:45:42 +01:00