wei0831 / simpleCatalog

Simple catalog demo using Flask and SQLAlchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Catalog

Simple catalog demo using Flask and SQLAlchemy

Requirements

To Run

Start VM

cd vagrant/
vagrant up

SSH VM

vagrant ssh

Set up Database

cd /vagrant/catalog/
python database_init.py

Run Server

cd /vagrant/catalog/
python app.py

Access the demo

http://localhost:5000/

Exit SSH session

exit

Suspend VM

vagrant suspend

Useful Links

How do I destroy a VM when I deleted the .vagrant file?

http://stackoverflow.com/questions/15408969/how-do-i-destroy-a-vm-when-i-deleted-the-vagrant-file

About

Simple catalog demo using Flask and SQLAlchemy

License:GNU General Public License v2.0


Languages

Language:Python 60.0%Language:HTML 33.8%Language:Shell 2.8%Language:CSS 1.8%Language:Ruby 1.6%