Commit graph

30 commits

Author SHA1 Message Date
319ae13c16 Make a new, non-AI README (none of the code is AI). 2026-03-30 14:19:37 +02:00
81433cee98 Cargo and Bun: Update dependencies 2026-02-21 11:45:25 +01:00
53a16dbc31 Add a basic dataset page 2026-02-19 14:11:42 +01:00
8e31d3feea Replace weird french keyboard formatting in README 2026-02-19 10:37:23 +01:00
0717bcd4a3 Remove frontend readme 2026-02-19 10:34:43 +01:00
b206dba3f0 Cargo and Bun: Update dependencies 2026-01-23 11:38:48 +01:00
b9be26afc5 Add frontend server logic for querying a dataset 2026-01-16 13:26:26 +01:00
92beaa6aaf Add a check to the datasets page to not display an empty page if there are no datasets 2026-01-14 17:29:30 +01:00
efdc49f6c0 Delete old init.sql 2026-01-14 12:09:06 +01:00
63c50f2d93 Abstract graphql querying logic into its own function 2026-01-14 12:05:39 +01:00
b0f8d2c6c8 Make backend and frontend work together well, and add datasets/ page to frontend 2026-01-14 11:23:43 +01:00
a5cda1d51c Add a placeholder frontend for now 2026-01-13 16:29:44 +01:00
d33013b12a Cargo: Update dependencies 2025-12-26 14:04:44 -05:00
2df39cf2f5 Bun: Update dependencies 2025-12-19 14:26:35 +01:00
3c25c92cbb Change favicon to reflect project 2025-12-17 12:53:43 +01:00
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
bbb4af92f1 Rename podman-compose.yml to compose.yml for docker compatibility 2025-12-05 12:49:29 +01:00
a2cdf24589 Add a graphiql instance to /graphiql 2025-12-03 22:50:57 +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
86374617c2 Fix typo 2025-10-06 21:25:42 +02:00
98a737bb60 Create LICENSE 2025-10-06 12:05:51 +02:00
3428f330d7 Add README 2025-10-05 15:31:07 +02:00
e98dd040ec Cargo: update dependencies 2025-10-03 09:56:32 +02:00
3bce0eeee0 Organize the project into modules for better extendability 2025-09-30 22:07:02 +02:00
c9f39a3d37 Initial commit, basic graphql server setup 2025-09-30 08:40:31 +02:00