Item-Catalog
Udacity Full Stack Nanodegree forth project
catalog web app where users can add, edit, and delete items and authenticate with google account.
Setup and run the project
Prerequisites
- Python 3.7
- Vagrant
- VirtualBox
How to Run
- 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
- Launch application
$ Python app.py
- Open the browser and go to http://localhost:5000
JSON endpoints
Returns JSON of specific item
/<int:category_id>/<int:item_id>/JSON
Returns JSON of category
/<int:category_id>/JSON