Skip to content

ptrichr/UMD-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UMD{C}

A simple transit itinerary for DC trips.

Getting Started

Clone the repository:

via URL:

$ git clone https://github.com/ptrichr/388J-Final.git

via SSH:

$ git clone [email protected]:ptrichr/388J-Final.git

Note

If you are a contributor, pull the most recent update:

$ git pull origin master

Install the required dependencies:

In root:

$ pip3 install -r requirements.txt

Configure Tailwind:

Configure the environment:

Create .env, config.py files:

$ touch .env
$ touch flask_app/config.py

Format .env file:

export GOOG_API_KEY = <replace with your API key>

Format config.py:

SECRET_KEY = '{your csrf key here}'
MONGODB_HOST = '{your URI here}'

Running the Application:

In split terminals:

In root:

$ flask run

In root/tailwind:

$ ./tw.sh

About

DC trip itinerary for UMD students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published