Skip to content

vedang8/Book-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book-Ease

Project Description

  • Purpose of this project is to provide a convinont system in which Admin can perform all the crud operation on Book and the user can view records of available books.

Steps to run project

  • Clone the repo first.
git clone "https://github.com/vedang8/Book-Store"
  • Install packages If not already installed

    • Microsoft.AspNetCore.Identity.EntityFrameworkCore
    • Microsoft.AspNetCore.Identity.UI
    • Microsoft.EntityFrameworkCore
    • Microsoft.EntityFrameworkCore.Design
    • Microsoft.EntityFrameworkCore.SqlServer
    • Microsoft.EntityFrameworkCore.Tools
  • Run following command in package manager console

    • add-migration "(name)"
    • update-database
  • Run the project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages