Beahmer89 / decidingFactor

0 stars 0 forks source link

decidingFactor

This project is aimed at indecisive people such as myself when you need someone to make the final decision.

What this program does

This program will be used to:

Getting Started

Import Environment variables

Variable Name Definition
YELP_API_KEY API key generaged from Yelp to be able to authorize use

How to contribute

virtualenv --python=python3 env
pip install -r requires/testing.txt -i https://pypi.python.org/simple/
python manage.py test restaurant

How to verify code coverage

coverage run --source='.' manage.py test restaurant/tests/
coverage report