/hood-watch

A web app to help connect neighbours

Primary LanguagePython

Hood-Watch

Authored by Michael Kipchumba

A web app to help you connect with your neighbours.

Live Site

Project Approach

Given Action Result
User wants to set up a personal profile They enter their details including their neighbourhood name A profile with their info is created
User wants to view updates, businesses, amenities in his/her neighbourhood They go to the web app's feed All the updates, businesses and amenities are displayed
User wants to add a new business They enter the business details and publish it The business is displayed within that neighbourhood's feed
User wants to change neighbourhood They select the neighbourhood they want to move to Their feed is change to that neighbourhood

Project Tools

Languages
  • Python
  • Css/Scss
  • HTML
Frameworks
  • Django
Additional Tools

Setting Up

If you feel like using this project as your own you can do so, following the instructions below:

  • Go to your chosen directory.
  • git clone https://github.com/mikechumba/hood-watch/
  • cd <your-dir>/hood-watch

This project requires that you have python 3.6+ set up. You can follow the instructions here to achieve that, if you haven't.

You will also need to install Django. Follow the instructions here.

Debugging

This app doesn't seem to have any bugs for now. If you happen to come across one, I will be happy to take a look at it. Contact Me on:

License

MIT License

Copyright (c) 2019 Michael Kipchumba

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.