This is web app that allows users to be in the loop about everything happening in their neighbourhoods. From contact information of different handymen to meeting announcements or even alerts.
- 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 code.. Cloning the repository: https://github.com/joycodes/neighbourhood-clone.git
Move to the folder and install requirements
cd neighbourhood
pip install -r requirements.txt
Setup Configurations and Database
python3 manage.py makemigrations neighbourhoodApp
Running the application
python3 manage.py runserver
Testing the application
python3 manage.py test
Open the application on your browser 127.0.0.1:8000
- Python 3.8.10
- Django 4.0.5
- HTML
- CSS
- Javascript
- Bootstrap
- PyUploadcare 2.6.0
The application is an open-source product if you want to improve it or include an event of a bug contact this https://www.linkedin.com/in/jnguttu/ .
The project is MIT licensed