https://github.com/georgejkaye/transport-tracker
Get the details of transport you've been on
https://github.com/georgejkaye/transport-tracker
Last synced: about 2 months ago
JSON representation
Get the details of transport you've been on
- Host: GitHub
- URL: https://github.com/georgejkaye/transport-tracker
- Owner: georgejkaye
- Created: 2020-07-27T18:41:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T20:13:40.000Z (about 2 months ago)
- Last Synced: 2025-04-12T06:43:05.792Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# transport-tracker
A full stack web app for tracking use of public transport.
## Development
### Environment
- `POETRY_VERSION`
- `API_PORT`
- `CLIENT_PORT`
- `RTT_USER`For populating the dev database we pull data from the prod database using the
following variables.- `DB_NAME`
- `DB_USER`
- `DB_HOST`### Secrets
- `rtt.secret` Realtime Trains API key
- `db.secret` Prod database password### Docker
```sh
docker compose -f docker-compose.dev.yml up --build
```