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
- python manage.py test
- Python3