Skip to content

An example of a catalog with web user interface based on a Python Flask server

Notifications You must be signed in to change notification settings

thetravis/challenge

Repository files navigation

challenge

An example of a product catalog with web user interface (HTML + JS) running on a Python Flask server using MySQL database.

Installation:

Start with installing MySQL server

sudo apt-get install mysql-server

Then see mysql_setup.txt to create the database (this will be automated later when I've had enough coffee)

Then run (in Debian-like OS 'sudo' may be needed)

sudo apt-get install python-pip

sudo pip install -r requirements.txt

python server.py

and open your browser with address: 127.0.0.1:5000

About

An example of a catalog with web user interface based on a Python Flask server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published