Skip to content

Bodeayman/ReadSphere-V2-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

CREATE TABLE BooksPossess ( OwnerId INT, BookId INT,

FOREIGN KEY (OwnerId) REFERENCES [User](User_id),
FOREIGN KEY (BookId) REFERENCES Book(book_id)

); if you are testing with the database , you have to add this

About

This project is a Library Management System developed using ASP.NET Razor Pages for the web interface and EF Core for database interaction. Using the MVC Design pattern, The system allows users (librarians and visitors) to manage books, borrowers, and transactions in a library setting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors