Skip to content

Neighborhood is a simple web application that allows you to be in the loop about everything happening in your neighborhood. From contact information of different users to meeting announcements or even alerts.

License

derrickmacharia/The-Hood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THE HOOD!!

10th Jan. 2022

Author

Derrick Macharia

Description

Neighborhood is a simple web application that allows you to be in the loop about everything happening in your neighborhood. From contact information of different users to meeting announcements or even alerts.

Live Link

(https://myhoody.herokuapp.com/)

Screenshots

Setup and Installation

Clone the repository:
git@github.com:derrickmacharia/The-Hood.git
Navigate into the folder and install requirements
cd The-Hood pip install -r requirements.txt
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 app

Now 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

Support and contact details

For more information,comments or clarification contact on derrick.macharia@student.moringaschool.com

License

MIT License MIT License

Copyright (c) 2021 Derrick Macharia

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.

Copyright (c) {2021} Derrick Macharia

About

Neighborhood is a simple web application that allows you to be in the loop about everything happening in your neighborhood. From contact information of different users to meeting announcements or even alerts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published