Skip to content

Simple user management panel using ASP.NET Framework 4.8, SQL Server. Allows user management (add, edit, delete and view).

License

Notifications You must be signed in to change notification settings

Phix0n-z3r/simple-user-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple User Admin Panel

نسخه فارسی

Demo Screenshot

A simple yet functional ASP.NET Core user admin panel with SQL Server backend.

🎯 Version: v1.0.0
📦 Release: View Tag


✨ Features

A basic user management system with the following capabilities:

  • ➕ Add User:

    • Fields: KarbarId, Nam, ShomareTelefon
  • ✏️ Edit User:

    • Editable by KarbarId
    • Fields: New:Nam, New:ShomareTelefon
  • 🗑️ Delete User:

    • By KarbarId
  • 📋 View Users:

    • Display a list of all users from SQL Server DB

🚫 The database is not included in this repository.
You will need to create your own database based on the User(karbaran) entity model.
If you need assistance or a sample database, feel free to contact me via GitHub Issues or @PhixOn-z3r in telegram.


⚙️ Tech Stack

Layer Technology
Backend .NET Framework 4.8
Database SQL Server
UI Web Forms

🚀 Getting Started

Clone the repository and run the app locally:

git clone https://github.com/Phix0n-z3r/simple-user-admin-panel.git
cd simple-user-admin-panel

# Restore NuGet packages
dotnet restore

# OPTIONAL: Apply EF migrations
dotnet ef database update

# Run the app
dotnet run

Noob days

About

Simple user management panel using ASP.NET Framework 4.8, SQL Server. Allows user management (add, edit, delete and view).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published