Skip to content

konqlonq/catalog

 
 

Repository files navigation

catalog

A web app presenting a catalog of items, using Python's Flask and SQLAlchemy frameworks.

Requirements

Server Startup

  1. cd into the "/vagrant/catalog" directory on your local machine
  2. Run "vagrant up" (and wait)
  3. Run "vagrant ssh" (and wait)
  4. cd into "/vagrant/catalog" again (this is the virtual directory)
  5. On first startup, run "python database_setup.py" (this sets up the database)
  6. Run "python application.py" (this starts the server)

Usage

  • Navigate to "localhost:8000" in your browser. Create/view/edit/delete items as you wish.
  • Retrieve the JSON-formatted catalog from "localhost:8000/catalog.json"
  • Retrieve the XML-formatted catalog from "localhost:8000/catalog.xml"

About

A web server presenting a catalog of items (part of Fullstack Web Developer - Udacity)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.0%
  • Python 44.9%
  • CSS 3.1%