Author: Eric N
This is a web application that allows users to create new neighborhoods, or join an exicisting neighbourhood, user can also delete hoods, update and create profiles.
username:eric password:1qazxcvb
| Behaviour | Input | Output |
|---|---|---|
| Display login page | On page load | Input form to be field to login |
| Display register | Click on register | Provide input fields to filled for registration |
| Display posts | On Login | Redirected to the updated account neighbourhood and other details |
- Html
- Python 3.8.10
- Django
- Bootstrap
- CSS
- python3.8.10
- pip
- virtual env
-
In your terminal:
$ git clone https://github.com/erhic/Neighbourhood $ cd Neighbourhood
-
Creating the virtual environment
$ python3 -m venv --without-pip virtual -
Installing Django and other Modules
$ pip install Django $ pip install pillow $ pip install python-dotenv -
To run the application, in your terminal:
$ python3 manage.py runserver
For feedback or any information pertaining this project feel free to reach me through :
Email: ericngugi24@gmail.com
LICENSE (link to MIT License )


