Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

chrisx8/purduetriptimer-server

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Purdue TripTimer Server

build

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.

Hello World 2020 submission

Install using Docker

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

License

MIT License

About

Server for Purdue TripTimer - A Hello World 2020 Project

Resources

License

Stars

Watchers

Forks