Skip to content

This is a simple CRUD (Create, Read, Update, Delete) Web-app built using Django. The app allows users register and login to perform basic operations on entries in the database.

Notifications You must be signed in to change notification settings

zaidkhuroo/CRUD_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD App

This is a simple CRUD (Create, Read, Update, Delete) Web-app built using Django. The app allows users register and login to perform basic operations on entries in the database.

Features

  • Responsive design for mobile and desktop
  • Create new entries
  • Read and display entries
  • Update existing entries
  • Delete entries
  • User Registration/Login

Installation

To get a local copy up and running, follow these steps:

Prerequisites

Make sure you have the following installed on your system:

  • Python 3.x or higher
  • Django 5.x or higher
  • pip (Python package installer)
  • virtualenv (optional, but recommended)

Installation

  1. Clone the repository: Use SSH to clone the repository:
     git clone github.com/zaidkhuroo/CRUD_Django.git
     cd CRUD_Django
    
  2. Create a virtual environment:
     python3 -m venv env
     source env/bin/activate  # On Windows use `env\Scripts\activate`
    
  3. Install Dependencies:
     pip install -r requirements.txt
    
  4. Apply migrations:
     python manage.py makemigrations
     python manage.py migrate
    
  5. Run the development server:
     python manage.py runserver
    

Open your web browser and go to http://127.0.0.1:8000/

About

This is a simple CRUD (Create, Read, Update, Delete) Web-app built using Django. The app allows users register and login to perform basic operations on entries in the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published