Skip to content

ahmadelmorshedy/fullstack_nanoddegree_item_catalog

Repository files navigation

Item Catalog - Udacity project

This project is part of the udacity fullstack nanodegree

Setup

  1. clone project

  2. follow this link to install vagrant to your machine

  3. copy the code from (1) to /vagrant folder set up after (2)

  4. open a terminal, navigate to vagrant folder

  5. execute vagrant up then vagrant ssh

  6. once logged into the vagrant instance, type cd /vagrant/catalog to get into the project folder

  7. execute following commands

    1. python database_setup.py to setup the database
    2. python items_populator.py to initiate some data in the database
    3. python application.py to run the application
  8. open localhost:8000 in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published