Skip to content

🌶️ 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.

Notifications You must be signed in to change notification settings

Deshan555/Flask_SQLite-WebApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask SQLite Application

Description

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

Installation

  • Install Python (version X or higher) from the Python website
  • Clone this repository to your local machine
  • Navigate to the root directory of the cloned repository
  • Create a virtual environment by running python -m venv env
  • Activate the virtual environment by running source env/bin/activate on - Mac/Linux or env\Scripts\activate on Windows
  • Install the required packages by running pip install -r requirements.txt

Usage

  • Ensure that you have activated the virtual environment by running source env/bin/activate on Mac/Linux or env\Scripts\activate on Windows
  • Run the Flask application by running python app.py
  • Access the application by visiting http://localhost:5000 in your web browser

More Info

  • an HTML template containing the structure of a web page 🌍
  • a CSS stylesheet containing design instructions
  • a Python backend that communicates with a web server 🖥️

screen-shot

About

🌶️ 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published