jtg2078 / nd004-p3

project 3: item catalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Full Stack Web Developer Nanodegree project 3

How to run

setup vagrant

https://docs.google.com/document/d/1jFjlq_f-hJoAZP8dYuo5H3xY62kGyziQmiv9EPIA7tM/pub?embedded=true

getting source code

git clone git@github.com:jtg2078/nd004-p3.git

run

(copy contents of git cloned nd004-p3 folder into vagrant's catalog folder)

cd fullstack/vagrant
vagrant up
vagrant ssh
cd /vagrant/catalog
python application.py 

auth options

1. use default account to login
    * username: admin
    * password: admin
2. use google OAuth to login

database

- the repository already includes a sqlite db with data
- to setup a new empty database
    1. delete catalog.db
    2. (run) python database_setup.py 

reference

About

project 3: item catalog


Languages

Language:Python 62.0%Language:HTML 37.2%Language:JavaScript 0.9%