Commit graph

8 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
d3d4f2a405 Add database and location query functionality 2025-12-01 11:48:39 +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
69b06ec43b Cargo: update dependencies 2025-11-21 12:46:18 +01:00
0df57c87f4 Cargo: update dependencies 2025-11-14 12:48:51 +01:00
2485c99c2d Use a cargo workspace for better modularity
Currently, there is only a `gateway` crate, but in the future,
likely more will be added to handle db stuff, abstractions, etc once
I actually start implementing the city portal logic itself.
2025-10-19 14:46:59 +02:00
e98dd040ec Cargo: update dependencies 2025-10-03 09:56:32 +02:00
c9f39a3d37 Initial commit, basic graphql server setup 2025-09-30 08:40:31 +02:00