3/19/2019
A web application that allows you to be in the loop about everything happening in your neighborhood
https://awwwwardsss.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.
- USERNAME = 'carlos'
- PASSWORD = 'zagadat'
- HTML
- CSS
- django-Bootstrap4
- Python3.6
- Heroku
- Django
To use this application, you will need:
- git
- python
- django
- postgresql
git clone https://github.com/cinston/Awwardss
cd awards
python3.6 -m venv virtual
source 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 Winston Carlos
This project is licensed under the MIT License.