Github link: https://github.com/cynthiaoduol/G-Hood.git
Live site: View Site
This is a neighborhood application where a user have to signup first and be able to view different neighbourhoods. A user can join or leave a neighbourhood and once he/she joins, they can view information about that neighbourhood.
As a user I would like to:
- 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.
To get the project :
https://github.com/cynthiaoduol/G-Hood.git
- python3 -m venv virtual
- source virtual/bin/activate
cd G-Hood
pip install -r requirements.txt
SetUp your database User,Password, Host then make migrations:
python manage.py makemigrations ghood
Then Migrate:
python manage.py migrate
python manage.py runserver
python manage.py test
Open the application on your browser 127.0.0.1:8000
.
- There are no known bugs at the moment.
If you have any question or contributions, please email me at cynthiaobu940@gmail.com
Copyright (c) 2019 Cynthia Oduol