This project is part of the udacity fullstack nanodegree
-
clone project
-
follow this link to install vagrant to your machine
-
copy the code from (1) to /vagrant folder set up after (2)
-
open a terminal, navigate to
vagrant
folder -
execute
vagrant up
thenvagrant ssh
-
once logged into the vagrant instance, type
cd /vagrant/catalog
to get into the project folder -
execute following commands
python database_setup.py
to setup the databasepython items_populator.py
to initiate some data in the databasepython application.py
to run the application
-
open localhost:8000 in your browser