Skip to content

prof-rossetti/salad-system-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salad System (Flask Implementation)

An example database-connected web app, using the Flask Python library.

Represents a partial implementation of Salad System Requirements.

Based on Salad System (Python Implementation).

Usage

git clone git@github.com:gwu-business/salad-system-flask.git
cd salad-system-flask/

Setup database (requires mysql).

mysql -uroot -p -e "DROP DATABASE IF EXISTS salad_db; CREATE DATABASE salad_db;"
mysql -uroot -p salad_db < schema.sql

Install package dependencies.

pip install -r requirements.txt

Run local web server, and visit http://localhost:5000/ in a browser.

python hello.py

a screenshot depicting a menu page with an alert message at the top which reads: 'thanks for adding a menu item'

About

An example database-connected web app, using the Flask python library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published