Commit graph

3 commits

Author SHA1 Message Date
df7d4f3507 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
d65efebb44 Add basic mutation root 2025-12-16 12:09:45 +01:00
e5ac7b13b7 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