This Djanngo neighbourhood web application was created on 17/4/2022
By IAN OTIENO
A Django web application that allows registered users to know about everything happening in their current neighborhoods. Registered user must be a member to a given neighbourhood to post or see news related.
Click on the link below to view the site :https://ianeighbourhood.herokuapp.com/
The user can perform the following functions:
- A user can sign in with the application to start using.
- A user can set up a profile about me and a general location and my neighborhood name.
- A user can find a list of different businesses in my neighborhood.
- A user can create posts that will be visible to everyone in my neighborhood.
- A user can change their neighborhood when I decide to move out.
- A user can find contact information for the health department and Police authorities near my neighborhood.
- A user can only view details of a single neighborhood.
The application requires the following installations to operate:
- pip
- gunicorn
- django
- postgresql
- python 3.8.10
To get the project .......
https://github.com/ian-otieno/Django-Neighbourhood.git
cd Picture-Globe pip install -r requirements.txt
- python3 -m venv virtual - source virtual/bin/activate
pip install -r requirements.txt
SetUp your database User,Password, Host then make migrate
python manage.py makemigrations
Now Migrate
python manage.py migrate
python manage.py runserver
python manage.py server
python manage.py test
Open the application on your browser 127.0.0.1:8000
.
No known bugs