An online web application that allows user to perform certain operations on the art gallery database.
-
python
- Pakages
-
flask_mysqldb
pip install flask_mysqldb
-
flask
-
- Pakages
-
mysql
-
Go to the drive of source code. i.e the path that has both src and venv folders
-
set up the virtual environment using the command
venv\Scripts\activate
-
set the environment for flask app
$env:FLASK_APP = "app"
-
navigate to the src folder
cd .\src\
-
Run the app
flask run