Josphine Ndanu
A website to kepp a user in theloop about everything happening within their neighbourhhod
- Python version 3.8
- Django
- Pip
- Virtual Environment(venv)
Run the following command on the terminal:
git clone https://github.com/ndanu-josy/Neighbourhood.git
-
Create virtual environment (python3 -m venv virtual)
-
Activate virtual environment (. virtual/bin/activate)
-
Install all dependancies ( pip install -r requirements.txt)
-
Create database (CREATE DATABASE hood;)
-
Make migrations
python3 manage.py makemigrations neighapp python3 manage.py migrate
-
Run the application
python3.8 manage.py runserver
-
Testing the application python3 manage.py test neighapp
(https://hoodwtch.herokuapp.com//admin)
username: moringa
password: moringa123
search by business name
Python 3.8
Bootstrap
Django
This project is under the MIT license.