mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-16 23:40:32 +00:00
5486046c245d3b3bc625921ceae201970d15c04b
- Remove app-integration-test service from Docker Compose - Remove references to integration testing mode from documentation - Clean up CLAUDE.md to reflect current Docker services 🤖 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%