mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
ca14fa6939f643bf20fc3a6db5de3770d3588ae9
- express-rate-limit: 8.0.1 → 8.1.0 - @types/node: 22.16.0 → 22.18.3 - ts-jest: 29.4.0 → 29.4.1 - typescript: 5.8.3 → 5.9.2 All tests pass (205 tests, 20 suites) No security vulnerabilities found 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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%