项目作者: GabrielOduori

项目描述 :
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.
高级语言: JavaScript
项目地址: git://github.com/GabrielOduori/Neighborhood.git
创建时间: 2019-05-31T11:34:16Z
项目社区:https://github.com/GabrielOduori/Neighborhood

开源协议:GNU General Public License v3.0

下载


Neighborhood

Neighborhood Watch

Getting Started

SetUp / Installation Requirements

Prerequisites

  • python3.7
  • Django 1.11
  • Virtualenv

Cloning

  • In your terminal:

    1. $ git clone https://github.com/GabrielOduori/Neighborhood
    2. $ cd Neighborhood

Running the Application

  • Creating the virtual environment

    1. $ python3 -m pip install --user virtualenv ( on a Mac)
    2. $ python3 -m virtualenv env
    3. $ source env/bin/activate
    4. $ run: pip install -r requirements.txt
    5. $(For other operating systems, see https://packaging.python.org/guides/installing-using-pip-and-virtualenv/)

Running the tests

  • To run the tests for the class files:

    1. $ python3.6 manage.py tests accounts
    2. $ python3.6 manage.py tests neighbors

Deployment

For deployment to Heroku,please follow instructions here (https://gist.github.com/newtonkiragu/42f2500e56d9c2375a087233587eddd0)

Authors

  • Gabriel Oduori

License

GNU General Public License v3.0