The π©ππππΉππππ is an application will allow a user allows you to be in the loop about everything that is happening around in your neighborhood.
The First impression which makes this web application stand out from the rest is this the motto: π π’π¦π«π€ βπ―π’ππ±π¦π³π’ πͺππ¨π’ π¦π± π¬π― ππ―π’ππ¨, πΆπ¬π²π― ππ¬π°π±π° π ππ« π°π’π©π© π¦π‘π’ππ° π©ππππΉππππ users are able to create account upload their businesses and contacts if the user is interested with their unique skills they can contact one another.
- 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.
- As user can Find a list of different businesses in their current neighborhood.
- A user can Find Contact Information for the health department and Police authorities near my neighborhood.
- A user can Create Posts that will be visible to everyone in my neighborhood.
- A user can Change their neighborhood location when they decide to move out.
- A user can Follow and Unfollow their neighborhood friends.
To use the application you should have python3 and django latest version installed in your machine.
- Create and activate the vitual Environment and install the from requirements.txt
$ python3 -m virtualenv virtual
$ source virtual/bin/activate
$ pip install -r requirements.txt
It will install everything from the requirements file after configuring launch and enjoy.
- Setting up environment variables
Create an .env
and add the following.
SECRET_KEY='<Secret_key>'
DB_NAME='<DbName>'
DB_USER='<Username>'
DB_PASSWORD='<password>'
DEBUG=True
DB_HOST='127.0.0.1'
MODE='dev'
ALLOWED_HOSTS='.localhost','.herokuapp.com','127.0.0.1'
DISABLE_COLLECTSTATIC=1
-
Start the Server to run the app
-
$ python3 manage.py runserver
-
Open localhost:8000
I have used:
Users are able to rate/review.
jimmy-oss
No bugs so far
The website is under Mit license.