mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-16 23:40:32 +00:00
e45a94f260c08db8594180bebae20377790c0412
@apollo/server v4 reached end-of-life on January 26, 2026. This bumps to v5 (resolves to 5.5.0) and raises the graphql peer requirement to ^16.11.0 as required by AS5. No application code changes were needed since the project already used the AS5-compatible patterns (separate @as-integrations/express5 package, context in expressMiddleware options). https://claude.ai/code/session_015DcGUmHQtHQRt2QUSefXga
Interchange Server
This is the server codebase for Interchange, an app for college transit.
Setup
You'll need Docker + Compose installed to run this project. Clone this repository and run one of the following:
# run the standard Node development server and Redis
$ docker compose run dev
# run with unit/server integration tests
$ docker compose run test
# run with test data suitable for app integration tests
$ docker compose run app-integration-tests
Description
Languages
TypeScript
99.1%
JavaScript
0.9%