coder-mylles / Neighbourhood

This is a neighborhood app where a user must signup first, be able to join a hood owned by the hood admin or create one if they are an admin

Home Page:https://neighby.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neighbourhood

Martin Mylles

Description

This project allows users to join neighbourhoods and create their own.

Live Link

Click View Site to visit the site

Screenshots

Home page

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/coder-mylles/Neighbourhood
Navigate into the folder and install requirements
cd HoodWatch 
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
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 currently but pull requests are allowed incase you spot a bug

Contact Information

If you have any question or contributions, please email me at [martin.mylles@student.moringaschool.com]

License

  • License
  • Copyright (c) 2021 Martin Mylles

About

This is a neighborhood app where a user must signup first, be able to join a hood owned by the hood admin or create one if they are an admin

https://neighby.herokuapp.com

License:MIT License


Languages

Language:HTML 48.6%Language:Python 40.2%Language:CSS 11.2%