Skip to content

Akshayasri0805/FlaskCRUD-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Flask CRUD Application

This is a simple CRUD application built with Flask and SQLite.

Features

  • Create, Read, Update, and Delete users.
  • SQLite database for storing user data.

Setup

  1. Clone the repository:

    git clone https://github.com/Akshayasri0805/FlaskCRUD-Application/tree/master cd flask-crud-app

  2. Create a virtual environment and activate it:

python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate

3.Install the dependencies:

pip install -r requirements.txt

  1. Run the application:

python app.py

Usage Navigate to the respective link in your browser to use the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published