Commit graph

5 commits

Author SHA1 Message Date
6f692d7a5a Add a graphiql instance to /graphiql 2025-12-03 22:50:57 +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
4faedce5c6 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
8e6b086e84 Organize the project into modules for better extendability 2025-09-30 22:07:02 +02:00
3abf4269eb Initial commit, basic graphql server setup 2025-09-30 08:40:31 +02:00