Neighborhood is an application that allows users to be in the loop about everything happening in their neighborhood. From contact information of different handyman to meeting announcements or even alerts.
- Python3.6
- Virtualenv
- Django
- HTML
- Bootsrap & CSS
- Git Version Control
- Heruko
- Open your terminal
- initialize github, git clone
https://github.com/Krasivaya/Neighborhood.git
- cd Neighborhood
- open folder in prefered IDE
- open terminal
- Install virtualenv
python3.6 -m venv --without-pip virtual
- Activate virtual envirnoment
source virtual/bin/activate
- Install latest pip
curl https://bootstrap.pypa.io/get-pip.py | python
- Install all requirements
pip install -r requirements.txt
- Run in terminal
python3.6 manage.py runserver
- Run the application in your localhost provided
No bug known. If you found any, please contact!
Email: semwagacarine@gmail.com
This project is under the MIT license.