Loading repository data…
Loading repository data…
Deshan555 / repository
🌶️ In this tutorial I demostrate how to create a web application using Flask and SQLite. Flask is a web framework using Python for the backend, HTML and Jinja for templating, CSS for styling and JavaScript for client side interactions.
I demonstrate how to build a web application with Flask and SQLite in this tutorial. A web framework called Flask uses JavaScript for client-side interactions, HTML and Jinja for templating, CSS for styling, and Python for the backend.
That Application Build Using that video tutorial : https://youtu.be/v3CSQkPJtAc
python -m venv envenv/bin/activate on - Mac/Linux or env\Scripts\activate on Windowspip install -r requirements.txtenv/bin/activate on Mac/Linux or env\Scripts\activate on Windowspython app.pyhttp://localhost:5000 in your web browser