Neighborhood Watch: You really don’t know what is happening in your neighborhood most of the time. What if an important meeting happens, theft or even death wouldn’t you like to know about it. This web application allows you to be in the loop about everything happening in your neighborhood. From contact information of different handyman to meeting announcements or even alerts.
Neighborhood Watch
In your terminal:
$ git clone https://github.com/GabrielOduori/Neighborhood
$ cd Neighborhood
Creating the virtual environment
$ python3 -m pip install --user virtualenv ( on a Mac)
$ python3 -m virtualenv env
$ source env/bin/activate
$ run: pip install -r requirements.txt
$(For other operating systems, see https://packaging.python.org/guides/installing-using-pip-and-virtualenv/)
To run the tests for the class files:
$ python3.6 manage.py tests accounts
$ python3.6 manage.py tests neighbors
For deployment to Heroku,please follow instructions here (https://gist.github.com/newtonkiragu/42f2500e56d9c2375a087233587eddd0)
GNU General Public License v3.0