Hood
- A web application that allows users to be in the loop about everything happening in their neighbourhood. From contact information of different handymen to meeting announcements or even alerts.
$ git clone https://github.com/JohnKarima/hood
$ cd hood
$ pip install -r requirements.txt
$ python3 -m venv virtual
$ source virtual/bin/activate
Set your database User and Password
$ python manage.py makemigrations <DB Name>
$ python manage.py migrate
python manage.py runserver
$ python3 manage.py test hoodapp
- Python
- Django
- Bootstrap
- pillow
- cloudinary
- crispy forms
- 2020, John Karima.