/Neighbourhood-App

This is a neighborhood website application that enables users to connect with their neighbors, businesses in their neighborhood and keep themselves posted on what is happening within their neighborhoods.

Primary LanguageHTMLMIT LicenseMIT

Setup/Installation Requirements

1.Cloning the repository:

2.Navigate into the folder and install requirements bash cd neighborhood

3.Install and activate Virtual -python3 -m venv virtual - source virtual/bin/activate

4.pip install -r requirements.txt

5.Setup Database -SetUp your database User,Password, Host then make migrate -python manage.py makemigrations -python manage.py migrate

6.python manage.py runserver

Testing the application
  • python manage.py test

Technologies Used

  • Python3