#Smart Bin GHCI
The Smart Bin project of GHC Women Hackathon 2015.
View demo video: Desktop View | Mobile View
- Clone the source.
$ git clone [email protected]:diksha-rathi/Smart-Bin-GHC.git
-
Install postgresql.
-
Create a database with the name 'smart_bin'.
-
Edit the following lines in smart_bin/settings.py with your username and password for the database.
'USER': 'your_username',
'PASSWORD': 'your_password',
- Create migrations for the models.
$ python makemigrations
$ cd Smart-Bin-GHC
$ python manage.py runserver
##License