Skip to content

This is a Flask web application for managing student data. It allows users to add, delete, and update student records stored in a SQLite database.

License

Notifications You must be signed in to change notification settings

Dhanush-S-Gowda/student-data-mng-system-using-flask-sqlite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Data Management System

This is a Flask web application for managing student data. It allows users to add, delete, and update student records stored in a SQLite database. https://student-data-mng-system-using-flask.onrender.com/

Features

  • Add new student records with their ID, name, branch, semester, and marks.
  • Delete existing student records by their ID.
  • Update student records with new information.
  • View a list of all student records stored in the database.

Technologies Used

  • Python
  • Flask
  • SQLite

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/student-data-management.git
    
    
  2. Navigate to the project directory:
    cd student-data-management
    
    
  3. Install the required dependencies:
    pip install -r requirements.txt
    
    

Usage

  1. Start the Flask server:
    python app.py
    
  2. Open a web browser and navigate to http://localhost:5000 to access the application.
  3. Use the provided forms to add, delete, and update student records.

License

This project is licensed under the [MIT License].

About

This is a Flask web application for managing student data. It allows users to add, delete, and update student records stored in a SQLite database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published