Create a Tiles Catalog app where users can add, edit, and delete different types of tiles and different models in the tiles.
- Python 2.7
- Vagrant99
- VirtualBox
- Install VirtualBox and Vagrant
- Clone this repo
- Unzip and place the Item Catalog folder in your Vagrant directory
- Launch Vagrant
$ vagrant up
- Login to Vagrant
$ vagrant ssh
- Change directory to
/vagrant
$ cd /vagrant
- Initialize the database
$ python database_setup.py
- Populate the database with some initial data
$ python db_items.py
- Launch application
$ python catalog.py
- Open the browser and go to http://localhost:5000
/category/JSON
/category/<int:category_id>/item/<int:item_id>/JSON
/category/<int:category_id>/JSON