Introduction to python's flask web framework.
Implementing a simple website using flask , python and sql.
Author : 😎 KUMAR SHANU
- Install Flask
pip install flask- Running the server (by running python script)
python run.pyor
python run_app.pycheck the script name in working directory.
