Have Created a WebApp that allows one to be in the loop about everything happening in one's neighbourhood. It has A section for post where the latest happenings are posted. It has contact information for Police and health services
User Can :-
- Sign in with the application to start using.
- Set up a profile about me and a general location and my neighborhood name.
- Find a list of different businesses in my neighborhood.
- Find Contact Information for the health department and Police authorities near my neighborhood.
- Create Posts that will be visible to everyone in my neighborhood.
- Change My neighborhood when I decide to move out.
- Only view details of a single neighborhood.
Need the latest browser to be able to View
Follow this link https://ghettowatch.herokuapp.com/index/
It is hosted by heroku
To get the project .......
https://github.com/layersony/ghettowatch.git
cd awwwards && python3 -m venv envghetto && source envghetto/bin/activate
pip install -r requirements.txt
SetUp Database User,Password, Host then following Command
Create .env file
SECRET_KEY='<SECRET_KEY>'
DEBUG=True
DB_NAME='database name'
DB_USER='database user'
DB_PASSWORD='password'
DB_HOST='127.0.0.1'
MODE='dev'
ALLOWED_HOSTS='.localhost', '.herokuapp.com', '.127.0.0.1'
DISABLE_COLLECTSTATIC=1
EMAIL_USE_TLS=True
EMAIL_HOST='smtp.gmail.com'
EMAIL_PORT=587
EMAIL_HOST_USER='email'
EMAIL_HOST_PASSWORD='email-password'
python manage.py makemigrations ghetto
Now Migrate
python manage.py migrate
python3 manage.py server
python manage.py test ghetto
Open the application on your browser 127.0.0.1:8000
.
>>> Username: layersony
>>> Password: < Buy me Coffee >
-
HTML, CSS, Bootstrap
-
Git
-
Pythonp, Django Framework, Rest_framework
-
Heroku
- None at the Moment
@code_with_maingi (Twitter)
@Maingi Slack Moringa
This Project is under the MIT license
Copyright (c) 2021 MaingiSamuel