This is a web application that allows you to be in the loop about everything happening in your neighborhood. From contact information of different handyman to meeting announcements or even alerts.
Vinny Otach
- Clone the Repo uding the following command: git clone https://github.com/vinnyotach7/Neighbour-Hood.git
- Activate virtual environment using python3.6 as default handler by running python3.6 -m venv virtual then enter the virtual environment using source virtual/bin/activate.
- Download the latest version of pip in the virtual environment: $ curl https://bootstrap.pypa.io/get-pip.py | python
- Install all application dependancies pip install -r requirements.txt
- Create the Database -On the terminal,run psql
- Create a database by typing CREATE DATABASE ----;
- Create a .env file and add the following:
- SECRET_KEY = secret_key
- DB_NAME = ???????
- DB_USER = Username
- DB_PASSWORD = your db password
- DEBUG = True
- Run Initial Migration python3.6 manage.py makemigrations python3.6 manage.py migrate.
- Run the app python3.6 manage.py runserver Open terminal on localhost:8000
- 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.
- python3.6.7
- HTML
- Bootstrap4
- postgresql
As a user I would like to:
MIT license copyright(c) 2018 vinny otach