A role-based Library Management System with distinct user roles and permissions, allowing admins to onboard and manage readers efficiently. Leveraging React for the frontend to provide an intuitive UI for users to search books, manage checkouts, view borrowing history, and interact with the system in real time.
Server Repo URL - https://github.com/simonpaul08/library-server
Clone the repo and install the dependencies using the following command:
npm installCreate a .env.local file in the root and declare the following variables with appropritae values, check .env.example file for reference
VITE_APP_API="your_backend_url"Make sure to run the server first and once ready, use the command below to run the client (frontend)
npm run dev