celhood is a web app that allow one to choose their nieghbourhood they would like to live in. the people get to know the businesses available in their hood and also updates of information. They also get to see their neighbours.
The home page allows users to see the signup page where they signup to use the application: User can update their profile, change neighborhood, post a communication, post a business. Users can also see the emergency contancts in that neighborhood and neighbours
https://celhood.herokuapp.com/
- Python 3.8
- Django MVC framework
- HTML, CSS and Bootstrap
- JavaScript
- Postgressql
- Heroku
The celhood project requires a prerequisite understanding of the following:
Django Framework Python3.8 Postgres Python virtualenv
https://github.com/chepceline/Hood.git
Activate virtual environment using python3.8 as default handler virtualenv -p /usr/bin/python3.8 venv && source venv/bin/activate
Install dependancies that will create an environment for the app to run pip3 install -r requirements.txt
- psql
- CREATE DATABASE database name;
Create .env file and paste paste the following filling where appropriate:
SECRET_KEY = '<Secret_key>' DBNAME = '<database_name >' USER = '' PASSWORD = '' DEBUG = True
python3.8 manage.py makemigrations python3.8 manage.py migrate
python3.8 manage.py runserver Open terminal on localhost:8000
- Damaris Chepchirchir