url: https://lbms-et2o.onrender.com.
This project is a Library Management System that allows users to manage books, reservations, and users. It is built with a Node.js back-end and a React front-end.
-
Navigate to the
back-enddirectory:cd back-end -
Install the dependencies:
npm install
-
Start the server:
npm start
-
Navigate to the front-end directory:
cd front-end -
Install the dependencies:
npm install
-
Start the development server:
npm start