Skip to content

Kingsleymuturi/Hood-connections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hood-connection

Collaborators

Kingsley Muturi

Tom Koech

Sarah Sindet

Github link: https://github.com/Kingsleymuturi/Hood-connections

Live site: View Site

Description

This is a neighborhood application where a user have to signup first and be able to view different neighbourhoods. A user can join or leave a neighbourhood and once he/she joins, they can view information about that neighbourhood.

User Story

As a user I would like 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.

Setup and Installation

To get the project :

Clone the repository:
https://github.com/Kingsleymuturi/Hood-connections
Install and activate Virtual
- python3 -m venv virtual 
- source virtual/bin/activate  
Navigate into the folder:
cd Hood-connections
Install Dependencies
pip install -r requirements.txt 
Setup Database

SetUp your database User,Password, Host then make migrations:

python manage.py makemigrations Hood-connections

Then Migrate:

python manage.py migrate 
Run the application
python manage.py runserver 
Testing the application
python manage.py test 

Open the application on your browser 127.0.0.1:8000.

Technology used

Known Bugs

  • There are no known bugs at the moment.

Contact Information

Feel free to reachout

Copyright (c) 2020 Kingsley Muturi , Sarah Sindet , Tom Koech

About

An app that connects users to businesses in their hoods and also updates on what is going on in the hood.

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors