Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 655 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 655 Bytes

Library-management-app

Managing book library operations. It collects book data through an input form and presents it in the report section. Users can utilize features such as an author search bar and ascending/descending filters to easily find books.

Set up guide

git clone https://github.com/habeeb-an/Library-management-app.git

to install yarn package manager

npm install -g yarn

then

yarn install

to run client

cd client

yarn dev

to connect api

cd api

npm install npx --save-dev

npx nodemon index.js

This is MERN full stack CRUD web app