Skip to content

This project is a Student Data Management System implemented using python Django, HTML, CSS and Javascript. It provides a simple yet powerful interface for managing student records with full CRUD (Create, Read, Update, Delete) functionality. The application is designed to facilitate efficient data management.

Notifications You must be signed in to change notification settings

Almas105/Student_Data_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Data Management System

Overview

This project is a Student Data Management System implemented using python Django, HTML, CSS and Javascript. It provides a simple yet powerful interface for managing student records with full CRUD (Create, Read, Update, Delete) functionality. The application is designed to facilitate efficient data management.

Features

  • CRUD
    • Create : Create or Add The Student Details
    • Read: Display of the Student Details
    • Update: Update the Details
    • Delete: Delete a particular student details from the database
  • Responsive Design
    • Create a responsive and user-friendly interface.
  • Data Validation
    • Implement form validation to ensure the accuracy and integrity of the entered student information.
  • Search:
    • Allow users to search for specific students.

Screenshots

Screenshot (96) Screenshot (104) Screenshot (105) Screenshot 2024-01-03 214546 Screenshot (106) Screenshot 2024-01-03 214601

Getting Started

  1. Clone the repository to your local machine.
  2. Install the required dependencies using pip install -r requirements.txt.
  3. Apply migrations with python manage.py migrate.
  4. Start the development server with python manage.py runserver.
  5. Visit http://localhost:8000 in your web browser to access the application.

About

This project is a Student Data Management System implemented using python Django, HTML, CSS and Javascript. It provides a simple yet powerful interface for managing student records with full CRUD (Create, Read, Update, Delete) functionality. The application is designed to facilitate efficient data management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages