Skip to content

kacper776/Python-web-development-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Python-web-development-task

To run webpage locally:

  • Set 'MYSQL_USER', 'MYSQL_PASSWORD', 'MYSQL_DB' paremeters in homework/app/_init_.py file to match local MySQL server username, password and database name.
  • Run homework/homework.py using flask.
    • export FLASK_APP=homework.py
    • flask run
  • Open webpage on localhost:5000 address.

Used packages/libraries:

  • Python 3.9.5
  • flask 1.1.2
  • flask-mysqldb 0.2.0
  • mysql 20.04.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published