Skip to content

kdoba22/Udacity-FSND-project3-item-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity-FSND-project3-item-catalog

This project is a simple web application that provides a list of items within several categories. It uses third party authentication, and logged in users can add, edit, and delete their own items. Its was created using python, flask and sqlalchemy

**Requirements **

This project requires a vagrant environment setup including vagrant, Oracle Virtualbox, python, flask and sqlalchemy

Setup

After installing Vagrant and Oracle's VirtualBox perform the following

  1. Clone the project from github:
    git clone https://github.com/kdoba22/Udacity-FSND-project3-item-catalog.git

  2. After project clones, navigate to the Udacity-FSND-project3-item-catalog folder

  3. Bring up the vagrant vm by running 'vagrant up' (This takes a while)

  4. After this completes connect to the vM by running 'vagrant ssh'
    note: run 'vagrant halt to shut down vm or cntr-D to disconnect'

  5. Once this command is complete change directories into the vagrant directory, 'cd /vagrant'

  6. Now you need to change directories one last time into the catalog folder, 'cd catalog'

  7. Now the database will need to be populated, so run 'python lotsofitems.py' This job will load the DB with a set of categories and items.

  8. Now your ready to run the project, run 'python views.py'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published