Skip to content

A web application that allows you to be in the loop about everything happening in your neighborhood. From contact information of different handymen to meeting announcements or even alerts.

Notifications You must be signed in to change notification settings

JohnKarima/hood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Hood

Project Description

  • A web application that allows users to be in the loop about everything happening in their neighbourhood. From contact information of different handymen to meeting announcements or even alerts.

Link to Live Project

Author

Setup Instructions

Cloning

$ git clone https://github.com/JohnKarima/hood

Move into directory and install requirements

$ cd hood

$ pip install -r requirements.txt 

Install and activate a Virtual Environment

$ python3 -m venv virtual 

$ source virtual/bin/activate  

Set-up a Database

Set your database User and Password 

Make Migrations & Migrate

$ python manage.py makemigrations <DB Name> 

$ python manage.py migrate 

Run the application

python manage.py runserver 

Run the test for the application

$ python3 manage.py test hoodapp

Technologies Used

  • Python
  • Django
  • Bootstrap
  • pillow
  • cloudinary
  • crispy forms

Contact Information

[email protected]

License Copyright

  • 2020, John Karima.

License: MIT

About

A web application that allows you to be in the loop about everything happening in your neighborhood. From contact information of different handymen to meeting announcements or even alerts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published