Skip to content

saileshrijal/LibraryManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System - eLibrary

eLibarey or Library Management system which makes library management easier.

Features

  • Admin can create and manupulate Users,
  • Users can add category, book, students. Users also can issue book to the student and keep the records of both issued books and returned books.

Tech Stack

.Net Core MVC, SQL SERVER, Bootstrap

Run Locally

Clone the project

  git clone https://github.com/saileshrijal/LibraryManagementSystem

Go to the project directory

  cd LibraryManagementSystem

Update database via Package Manager Console

  update-database

Update database via dotnet cli

  dotnet ef database update

Start/run the project

  dotnet watch

Default UserName and Password

  username: admin
  password: Admin@0011

Build the project

  dotnet build

Build project is located on bin directory

Screenshots

1

2

3

4

5

6

7

8

9

Demo

Link: http://elibrary.somee.com/