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.
https://neighbourhood254.herokuapp.com/
- 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.
- Only view details of a single neighborhood.
- HTML
- CSS
- Bootstrap
- Python
- Heroku
bash https://github.com/monginadiana/Neighbourhood
bash cd HOOD254, pip install -r requirements.txt
bash
- python3 -m venv virtual - source virtual/bin/activate
bash pip install -r requirements.txt
SetUp your database User,Password, Host then make migrate python manage.py makemigrations HOOD Migrate bash python manage.py migrate
bash python manage.py runserver
bash python manage.py server
bash python manage.py test
Open the application on your browser 127.0.0.1:8000
.
- There are no known bugs
To make a contribution to the code used or for any queries feel free to contact me via my email addresses dianahmongina2@gmail.com
Copyright (c) 2022 Diana Mongina
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright (c) 2022 Diana Mongina