Code Monkey home page Code Monkey logo

elibrary's Introduction

ELibrary

Library Management System is a Online Library Web Application made using ASP.NET MVC and Frontend built using HTML CSS It is a simple, user-friendly and easy to navigate.

FEATURES

For Admin :

  • Can Approve or Reject the request for any book that is requested by User.
  • Can perform CRUD operations on Account, Book, Author, Publisher tables.
  • Can View all the past Records/Requests of each user.

For User:

  • Can views all the books and Request it.
  • Can view all the issued books and Return it.
  • Can view all his past Records/Requests.
  • Can Search book on basis of Publisher/Author Name,BookTitle etc.

Landing Page:

Screenshot (30)

Login Page:

Screenshot (33)

Admin Dashboard Page:

Screenshot (35)

ViewBooks Page:

Screenshot (32)

Search Feature in ViewBooks Page :

Screenshot (38)

To Get Started

Softwares

  • Microsoft Visual Studio Community 2022 (64-bit) Version 17.3.0
  • Microsoft SQL Server Management Studio Version 18.2.1
  • .NET Framework Version 5.0.17

Packages

Inside your Visual Studio Navigate to Tools > NuGet Package Manager > Manage NuGet Packages for Solution and install these packages

  • Microsoft.EntityFrameworkCore Version 5.0.17
  • Microsoft.EntityFrameworkCore.Design Version 5.0.17
  • Microsoft.EntityFrameworkCore.Tools Version 5.0.17
  • Microsoft.EntityFrameworkCore.SqlServer Version 5.0.17

Commands

Inside your Visual Stdio Navigate to Tools > NuGet Package Manager > Package Manager Console and enter these commands

Scaffold-DbContext "Server=localhost;Database=<DB-NAME>;Trusted_Connection=True;"-OutputDir Models (To scaffold All Database tables in your MVC Application)
Add provider Name
Microsoft.EntityFrameworkCore.SqlServer

Make sure to update appsettings.json inside MVC App with the Database Name you want to give.

"DBConnection": "Server=localhost;Database=<DB-NAME>;Trusted_Connection=True"

Schema Diagram

Screenshot (31)

elibrary's People

Contributors

a-poorv avatar

Watchers

 avatar

Forkers

vedikajaint

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.