A Python CRUD catalog written with the flask framework
#installation
-
Install Vagrant and VirtualBox
-
Clone the fullstack-nanodegree-vm
-
Launch the Vagrant VM (vagrant up)
-
SSH into Vargant
-
update packages
- sudo pip install fake-factory
- sudo pip install werkzeug==0.8.3
- sudo pip install flask==0.9
- sudo pip install Flask-Login==0.1.3
-
cd /vagrant/catalog
-
copy files from repo into catalog folder and make sure the images folder has 777 permission
-
run python application.py to start app
-
Go to http://127.0.0.1:8000 in your browser
-
Optional go to http://127.0.0.1:8000/setup to generate category and item data. (who ever is logged in will have the access rights to these item.)
#Demo https://monosnap.com/file/J7AzzvaefQyhJS0eo8yXX0brew7BDp