Skip to content

riteshpushkar/CRUD-django-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Screenshot

(https://github.com/riteshpushkar/CRUD-django-project/assets/79689579/7a61234a-74b5-4214-92e0-b26f377ab389)

Django CRUD Project

This is a CRUD (Create, Read, Update, Delete) project built using Django, allowing users to perform basic operations on student records. The project includes functionalities to add, view, edit, and delete student records.

Features

  • Add new student records.
  • View existing student records.
  • Edit and update student information.
  • Delete student records.

Prerequisites

  • Python 3.x
  • Django

Installation

  1. Clone the repository:

    git clone https:// link in code tab
    
  2. Navigate to the project directory:

    cd django-crud-project
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  1. Run the Django server:

    python manage.py runserver
    
  2. Access the application in your web browser at http://localhost:8000.

  3. Use the following URLs to perform CRUD operations:

    • Add Student: http://localhost:8000/add_student/
    • View Students: http://localhost:8000/view_students/
    • Edit Student: http://localhost:8000/edit_student/<student_id>/
    • Delete Student: http://localhost:8000/delete_student/<student_id>/

Credits

This project was created by Ritesh Pushkar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published