A simple transit itinerary for DC trips.
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
In
root
:$ pip3 install -r requirements.txt
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}'
In
root
:$ flask run
In
root/tailwind
:$ ./tw.sh