- Omar Hussein
Neighbourhood is an application where a user is able to join a neighbourhood group to be in the loop about everything happening in the neighbourhood.The user has to sign up in order to join a neighbourhood. Once the user joins a neighbourhood, the user can see businesses and posts in that neighbourhood that they belong 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.
- Only view details of a single neighborhood.
- Change My neighborhood when I decide to move out.
To come up with the same project...
- cd Neighbourhood
- pip install -r requirements.txt
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements.txt
- python manage.py makemigrations neighbour
- python manage.py migrate
- python manage.py runserver
- python manage.py test
Open the application on your browser 127.0.0.1:8000.
- Python3.8
- Django
- Heroku
- Html5
- Css3
- JavaScript
- Postgresql
If you have any questions or contributions, please email me at [[email protected]]
- Licensed under the MIT License
- Copyright (c) 2020 Omar Hussein.