Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management System

This is a web-based User Management Dashboard built using Django, HTML/CSS, and JavaScript. It allows you to perform CRUD operations (Create, Read, Update, Delete) on user data, including full name, username, and email. The project includes a responsive UI, modal forms, and dynamic table rendering.

Features

  • Add new users with modal form
  • Edit existing user information
  • Delete existing users
  • Dynamic rendering of user data in table format
  • Clean and responsive UI with sidebar navigation
  • Built using Django views, templates, and models

Tech Stack

  • Backend: Django (Python)
  • Frontend: HTML, CSS, JavaScript
  • Database: SQLite (default for Django)

Screenshots

Dashboard View

Dashboard

Edit User Modal

Edit User

Add User Modal

Add User

Getting Started

Prerequisites

  • Python 3.7+
  • pip

Installation

# Clone the repository
git clone https://github.com/your-username/user-management-django.git
cd user-management-django

# Create a virtual environment
python -m venv venv
source venv/bin/activate    # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Apply migrations
python manage.py migrate

# Run the development server
python manage.py runserver

Visit http://127.0.0.1:8000/ in your browser.

Contact Me

Feel free to contact at strangemridul[@]gmail[dot]com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages