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.
- 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.
- Backend:** ASP.NET Core
- Frontend:** HTML, CSS, JavaScript
- Database:** Entity Framework Core
- MVC Framework:** ASP.NET MVC
- Clone the project to your computer.
- Open the project using Visual Studio or your preferred IDE.
- Enter the command
dotnet restore
in the terminal or command prompt to install the dependencies. - 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.
If you would like to contribute to this project, please first review the file CONTRIBUTING.md.
This project is licensed under the MIT License. Check the license file for detailed information.