This is a simple CRUD application built with Flask and SQLite.
- Create, Read, Update, and Delete users.
- SQLite database for storing user data.
-
Clone the repository:
git clone https://github.com/Akshayasri0805/FlaskCRUD-Application/tree/master cd flask-crud-app
-
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
- Run the application:
python app.py
Usage Navigate to the respective link in your browser to use the application.