Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.03 KB

Book Management

Setup Guide

Prerequires

  • npm
  • .net core 5.0
  • sql server 2019
  • reactjs 17.0.2

Back-end

  • cd book-management-be

  • dotnet ef database update

  • dotnet run

Front-end

  • cd book-management-fe

  • yarn install | npm install

  • yarn start | npm start

Result after run project

  • Main Page screencapture-localhost-3000-2021-07-20-22_09_28

  • Search Page screencapture-localhost-3000-book-search-2021-07-20-22_10_24

  • Detail Book screencapture-localhost-3000-book-5362b239-1082-4b08-ae99-08d8e1e7f823-2021-07-20-22_09_11

Preferences