Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.92 KB

File metadata and controls

44 lines (36 loc) · 1.92 KB

SGU Library Management

A simple library management system for school project, written in C#

Features

  • Register students in the study area
  • Allow students to borrow and reserve equipment
  • Manage the return of equipment
  • Manage students online accounts
  • Manage equipment
  • Manage violation regulations
  • Statistics

Getting Started

  1. After clone or install project, make sure all dependencies are installed
  2. Get the sql script (MYSQL) in initialize database in here
  3. Create an .env file in Resources folder and write all databasae information inside, ex:

image

  1. Run the project and login with an admin account ( Please see in database and add image path to avt field :D )

Screenshots

image image

More

Frontend Web (Simple Web with HTML, CSS, JS): https://github.com/MPIO1002/SGU-Library-FE

Backend Web (ASP.NET): https://github.com/tuankietdang52/SGU_Library_BE

Contributors