Trip-Mate is a django application that let's you create and search for trips anywhere in the world.
Installing dependencies:
sudo pip install -r requirements.txt
Running the server:
python manage.py runserver
To get started, first create a new Trip.
You can also search for trips using the search feature at the top of every page.