Skip to content

This project includes a library application developed using MVC (Model-View-Controller) architecture. Users can view, borrow and return books. Also, administrators can update the library inventory and manage users.

License

Notifications You must be signed in to change notification settings

iamyasinkaya/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

This project includes a library application developed using MVC (Model-View-Controller) architecture. Users can view, borrow, and return books. Also, administrators can update the library inventory and manage users.

Features

  • User accounts: Users can create their own accounts, log in and update their passwords.
  • Book management: Administrators can update the inventory by adding new books, and editing and deleting existing books.
  • Borrowing and returning: Users can borrow and return books. The system keeps track of books checked out and returned.
  • MVC Architecture: The project is modular and easy to maintain, based on Model-View-Controller (MVC) architecture.

Technologies

  • Backend:** ASP.NET Core
  • Frontend:** HTML, CSS, JavaScript
  • Database:** Entity Framework Core
  • MVC Framework:** ASP.NET MVC

Getting Started

  1. Clone the project to your computer.
  2. Open the project using Visual Studio or your preferred IDE.
  3. Enter the command dotnet restore in the terminal or command prompt to install the dependencies.
  4. Use the dotnet run command to start the application.

After successfully running the project, you can start using the application by going to http://localhost:5000 in your browser.

Contributing

If you would like to contribute to this project, please first review the file CONTRIBUTING.md.

License

This project is licensed under the MIT License. Check the license file for detailed information.

About

This project includes a library application developed using MVC (Model-View-Controller) architecture. Users can view, borrow and return books. Also, administrators can update the library inventory and manage users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published