Skip to content

Welcome to the Device Management System, an intuitive platform designed to streamline the process of lending, tracking, and managing devices across your organization.

License

Notifications You must be signed in to change notification settings

qoucname2202/project-management-hutech-master

Repository files navigation

📱 Device Management System

Welcome to the Device Management System, an intuitive platform designed to streamline the process of lending, tracking, and managing devices across your organization. Whether for students, employees, or departmental needs, this system ensures effective oversight of valuable equipment while simplifying device borrow operations.


📜 Table of Contents

  1. Overview
  2. Key Features
  3. System Architecture
  4. Getting Started
  5. Installation Guide
  6. Managing Device
  7. Troubleshooting
  8. Contributing
  9. License

📘 Overview

The Device Borrow Management System is built with ASP.NET Core and MongoDB to provide a powerful yet easy-to-use interface for lending and tracking devices. This system is ideal for institutions, corporate environments, and schools where multiple devices need to be issued and tracked effectively.

🎯 Goal

Our mission is to provide a comprehensive, user-friendly, and highly scalable platform that facilitates seamless device lending, minimizes loss, and reduces the administrative burden on the organization.


🚀 Key Features

  • 🔒 Secure User Authentication: Role-based access for administrators, users, and staff.
  • 📋 Device Inventory Management: Track device details, availability, and borrow status.
  • ⏰ Borrow Scheduling: Set borrow periods, return reminders, and extend borrow durations.
  • 📊 Data Visualization: Dashboards for monitoring borrow activities, device health, and usage statistics.
  • 🛠️ Admin Control Panel: Manage users, configure device categories, and customize system settings.

🏗️ System Architecture

Device-Borrow-Management/
├── Controllers/
│   └── DeviceController.cs
│   └── SpecificationsController.cs
│   └── ModelController.cs
│   └── DepartmentController.cs
│   └── DeviceTypeController.cs
│   └── EmployeeController.cs
├── Models/
│   └── BorrowedDevice.cs
│   └── BorrowHistory.cs
│   └── ChartViewModel.cs
│   └── Department.cs
│   └── Device.cs
│   └── DeviceLocation.cs
│   └── DeviceType.cs
│   └── Employee.cs
│   └── ErrorViewModel.cs
│   └── MaintenanceLog.cs
│   └── Manufacturer.cs
│   └── ManufacturerContactInfo.cs
│   └── Model.cs
│   └── Specifications.cs
├── Views/
│   └── BorrowHistory/
│   └── Device/
│   └── Model/
│   └── Specifications/
│   └── Manufacturer/
│   └── DeviceType/
│   └── Employee/
├── Services/
│   └── MongoDBService.cs
├── wwwroot/
│   └── css/
│   └── js/
├── appsettings.json
├── Program.cs
├── startup.cs
└── README.md
  • Controllers/: Handles API requests and business logic.
  • Models/: Represents MongoDB collection schemas, including details about borrowed devices, borrow history, device specifications, and more.
  • Views/: Razor views for UI components.
  • Services/: Handles interactions with MongoDB.
  • wwwroot/: Static assets for frontend.
  • appsettings.json: Stores database connection configurations.
  • Program.cs and Startup.cs: Configure and initialize the ASP.NET Core app.

🛠️ Getting Started

To begin using the system, ensure the following prerequisites are installed:

  • ASP.NET Core SDK (5.0+)
  • MongoDB (4.0+)
  • .NET Core Runtime
  • Code Editor (e.g., Visual Studio, Visual Studio Code)

📝 Installation Guide

1. Clone the Repository

git clone https://github.com/qoucname2202/project-management-hutech-master.git
cd Device-Borrow-Management

2. Set Up MongoDB

Follow the MongoDB Installation Guide to install and run MongoDB locally or connect to a remote MongoDB cluster.

3. Configure Database Connection

Update appsettings.json with your MongoDB connection details:

{
	"ConnectionStrings": {
		"MongoDB": "mongodb://localhost:27017/db_hutech"
	},
	"DatabaseName": "db_hutech"
}

4. Install Dependencies

dotnet restore

5. Run the Application

Start the application, which will run at http://localhost:5000.

dotnet run

📡 Managing Device

  1. Launch the Application: Open your browser and go to http://localhost:5000.
  2. Log In: Access the system with user credentials to view or manage devices.
  3. Borrow Management: Check out, renew, or return devices using the intuitive borrow interface.
  4. Admin Features: Administrators can add new devices, track current, and manage user permissions.

🐞 Troubleshooting

  • Connection Errors: Ensure MongoDB is running and verify the connection string in appsettings.json.
  • Dependency Issues: Run dotnet restore to reinstall packages.

🤝 Contributing

  • Nguyễn Trung Tuyến - Team Leader & Mentor
    • 📖 Role: Guides the team in project selection and management. Provides mentorship in software development best practices.
  • Dương Quốc Nam - Frontend Developer
    • ⚙️ Role: Specializes in Node, Nestjs works on server-side logic, databases, and deploy application.
Nguyễn Trung Tuyến
Trung Tuyến

📝💻
Dương Quốc Nam
Quốc Nam

📝💻

📜 License

This project is licensed under the MIT License.

About

Welcome to the Device Management System, an intuitive platform designed to streamline the process of lending, tracking, and managing devices across your organization.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published