A web application that allows you to be in the loop about everything happening in your neighborhood
https://.herokuapp.com
- View posted projects and their details.
- Post a project to be rated/reviewed.
- Rate/ review other users' projects.
- Search for projects.
- View projects overall score.
- View my profile page.
- HTML
- CSS
- django-Bootstrap4
- Python3.6
- Heroku
- Django
To use this application, you will need:
- git
- python
- django
- postgresql
git clone https://github.com/nimosaid/Awwardsscd awards
python3.6 -m venv virtualsource virtual/bin/activate
Install dependancies that will create an environment for the app to run.
pip install -r requirements.txt
python3.6 manage.py migrate
python3.6 manage.py runserver
None at the moment
Copyright (c) 2018 Nimo Said
This project is licensed under the MIT License.