Skip to content

otienonick/Thee_neighbourhood_Django

Repository files navigation

Thee_Neighbourhood

Oti

Description

A web application that allows a user be in the loop about everything happening in their neighbourhood.

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.

Setup and Installation

To get the project .......

Cloning the repository:
https://github.com/otienonick/Thee_neighbourhood_Django.git 
Navigate into the folder and install requirements
cd Thee_neighbourhood_Django 

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 migrate

python manage.py makemigrations 

Now Migrate

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

Open the application on your browser 127.0.0.1:8000.

Site overview

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 [otienonick70@gmail.com]

License

  • License

  • Copyright (c) 2021 Nick Otieno

About

A web application that allows a user be in the loop about everything happening in their neighbourhood.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published