Jirani is swahili for neighbour. This is a a web application that 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.
# Jirani App
### An application that allows engagement within a neighbourhood to avail crucial information.
#### By **Joy Machuka**
+ Description
+ How to run the code
+ Live Site
+ Technologies
+ Authors Info
+ Licence
# Description
Jirani is swahili for neighbour. This is a a web application that 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.
## Live-Site
View Site
## BDD
* As a user, I would like to sign in with the application to start using.
* As a user, I would like to Set up a profile about me and a general location and my neighborhood name.
* As a user, I would like to Find a list of different businesses in my neighborhood.
* As a user, I would like to Find Contact Information for the health department and Police authorities near my neighborhood.
* As a user, I would like to Create Posts that will be visible to everyone in my neighborhood.
* As a user, I would like to Change My neighborhood when I decide to move out.
* As a user, I would like to Only view details of a single neighborhood.
## Setup
To get the project .......
##### Fork then Clone the repository:
```bash
git clone
github.com
```
##### Navigate into the folder
```bash
cd jirani
```
##### Create and activate virtual environment
```bash
pipenv –-three
```
##### Activate Virtual Environment
```bash
pipenv shell
```
##### Install Dependencies
```bash
pipenv install -r requirements.txt
```
##### Setup Database
SetUp your database User,Password, Host then make migrate
```bash
python manage.py makemigrations jirani
```
Now Migrate
```bash
python manage.py migrate
```
##### Run the application
```bash
python manage.py runserver
```
##### Testing the application
```bash
python manage.py test jirani
```
Open the application on your browser `127.0.0.1:8000`.
## Known Bugs
There are not any known bugs as at now. But feel free to let us know should …