/item-catalog

Project 3 for Udacity's Full Stack Web Developer Nanodegree

Primary LanguageHTML

Udacity Full-Stack Nanodegree

Project 3 : Item Catalog

by Justin John

Overview

Project 3 implements a web application that provides a list of items within a variety of categories and integrates third-party user registration and authentication.

How to Run

Please ensure you have Python, Vagrant and VirtualBox installed. This project uses a pre-congfigured Vagrant virtual machine which has the Flask server installed.

$ cd vagrant
$ vagrant up
$ vagrant ssh

Within the virtual machine change in to the shared directory by running

$ cd /vagrant/catalog
$ python application.py

Then navigate to localhost:8000 on your favorite browser.