Purdue TripTimer a Hello World 2020 project by @aaryan-gautam, @afshirazi, @chrisx8, and @HenryWellman.
This repository contains the server-side implementation. The Android app is at chrisx8/purduetriptimer.
Replace [replace_me]
with your actual database URL.
Supported databases: SQLite, MySQL (requires mysqlclient), PostgreSQL (requires psycopg2).
docker run -e DATABASE_URL=[replace_me] -d -p 8000:8000 ghcr.io/chrisx8/purduetriptimer-server