Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 862 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 862 Bytes

#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

Run the project

$ cd Smart-Bin-GHC
$ python manage.py runserver

##License

MIT

Thanks for creating the following: