A speed meeting application that allows users to find matches while grabbing a cup of coffee. This is the first version with the MVP including the following features :
- login
!
A step by step series of examples that tell you have to get a development env running
$ virtualenv env
$ source env/bin/activate
This project is powered with postgresql. It needs to be installed before beginning the application.
$ createdb cb
$ createdb testdb
Install all the requirements from the requirements file
$ pip install -r requirements.txt
Create the models in the database.
$ python models.py
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Python
- Postgresql
- SQL alchemy ORM
- flask, JINJA
- HTML, CSS, Javascript
- Google Maps API
- Yelp API
- Twilio text API
- Priyanka Parikh - Initial work -
This project is licensed under the MIT License - see the LICENSE.md file for details