Skip to content

A hood application where hood-mates can alert each other of events taking place within the hood.

Notifications You must be signed in to change notification settings

Manasseh-Kinyua/HOODSTATUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOODSTATUS

Author

MANASSEH-KINYUA

Description

This is a Django application where users from a hood can alkert each other on events and other important things happening in the hood.

Live Link

Click View Site to visit the site

User Story

  • 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 .......

Cloning the repository:
https://github.com/Manasseh-Kinyua/HOODSTATUS.git 
Navigate into the folder and install requirements
cd HOODSTATUS 
Install and activate Virtual
- python3 -m venv virtual - source virtual/bin/activate  
Install Dependencies
pip install -r requirements.txt 
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations hood 

Now Migrate

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

Open the application on your browser 127.0.0.1:8000.

Technology used

Known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

Contact Information

If you have any question or contributions, please email me at [nassehkinyua99@gmail.com]

License

  • License
  • Copyright (c) 2019 Manasseh Kinyua

About

A hood application where hood-mates can alert each other of events taking place within the hood.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published