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.
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