A web application that allows a user be in the loop about everything happening in their neighbourhood.
Click View Site to visit the site
- Sign in with the application to start using.
- Set up a profile about me and a general location and my neighborhood name.
- Find a list of different businesses in my neighborhood.
- Find Contact Information for the health department and Police authorities near my neighborhood.
- Create Posts that will be visible to everyone in my neighborhood.
- Change My neighborhood when I decide to move out.
To get the project .......
https://github.com/otienonick/Thee_neighbourhood_Django.git
cd Thee_neighbourhood_Django
pip install -r requirements.txt
- python3 -m venv virtual - source virtual/bin/activate pip install -r requirements.txt SetUp your database User,Password, Host then migrate
python manage.py makemigrations
Now Migrate
python manage.py migrate python manage.py runserver python manage.py server python manage.py test Open the application on your browser 127.0.0.1:8000.
- There are no known bugs currently but pull requests are allowed incase you spot a bug.
If you have any question or contributions, please email me at [otienonick70@gmail.com]



