This repository consists of my work for Project 3 of Udacity's Full Stack Web Developer Nanodegree.
Follow the instructions here to install a Vagrant virtual machine that contains all the packages required to run this project. After completing the install, run the virtual machine and proceed to the instructions section.
- Clone the project repository to you current working directory
git clone https://github.com/ilhaan/Tournament-Results.git
- Change your working directory to the cloned repository
cd Item-Catalog
- Run the web server
python server.py
- Open a web browser and navigate to
http://localhost:5000/
You will now be able to navigate through the Item-Catalog
project. In order to view the JSON API endpoint, navigate to http://localhost:5000/catalog.json
.
Once you are done, terminate the web server using CTRL+C
in the terminal running server.py
.