This is a Django web application that allows users to be in the loop about everything happening in your neighborhood.
They can get the contact information of different handyman to meeting announcements or even alerts.
👤 Author
-
Nixon Kipkorir Koech
-
GitHub: @Koech-code
- PYTHON
3.6
- DJANGO
- HEROKU
As a user of the application I should be able to:
- 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.
These are the actions the user will do.Inputs required and their outputs on the page.
Action | Input | Output |
---|---|---|
Load page | On page load | Displays the homepage |
Click | Click on the join neighborhood button | Join a neighborhood |
Click | Click a post button | Post something for your neighbors to see |
Click | Click the leave button | Leave the neighborhood |
Search | search for the posted projects | Projects as per search term |
- Clone the repository using the link below
$ git clone https://github.com/Koech-code/Neighborhood.git
-
Create a directory and install the requirements
pip install -r requirements.txt
-
Run the application using;
python3.6 manage.py runserver
-
Test it if its working using;
python3.6 manage.py test
-
Open the application on your browser , preferably
chrome
using port127.0.0.1:8000
Give a ⭐️ if you like this project!
- Thank the Lord for the far He has been with me all through this learning journey.
- I would like to acknowledge Moringa school for giving me this opportunity to learn software development.
- Appreciations to my TM
Nancy Umutoniwase
for the support she gives me.
This project is MIT licensed.