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.
- 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.
- Clone the repository to your local machine.
- Install the required dependencies using pip install -r requirements.txt.
- Apply migrations with python manage.py migrate.
- Start the development server with python manage.py runserver.
- Visit http://localhost:8000 in your web browser to access the application.