Skip to content

priyankaparikh/Coffeebuddy

Repository files navigation

CoffeeBuddy

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 :

  1. login

!

Getting Started

A step by step series of examples that tell you have to get a development env running

$ virtualenv env
$ source env/bin/activate

Prerequisites

This project is powered with postgresql. It needs to be installed before beginning the application.

$ createdb cb
$ createdb testdb

Installing

Install all the requirements from the requirements file

$ pip install -r requirements.txt

Create the models in the database.

$ python models.py

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Python
  • Postgresql
  • SQL alchemy ORM
  • flask, JINJA
  • HTML, CSS, Javascript

Apis used

  • Google Maps API
  • Yelp API
  • Twilio text API

Authors

  • Priyanka Parikh - Initial work -

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments