mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
fe649c81ebc19d972eea1d3cc5285c504f981e5b
Replace center+delta region representation with a bounding box defined by topLeft and bottomRight coordinate pairs, which maps more directly to the visible map area. https://claude.ai/code/session_0162emnCi1KxW5FkTNn2ZrvH
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%