Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 712 Bytes

File metadata and controls

40 lines (30 loc) · 712 Bytes

Library Management System

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.

Getting Started

Back-end

  1. Navigate to the back-end directory:

    cd back-end
  2. Install the dependencies:

    npm install
  3. Start the server:

    npm start

Front-end

  1. Navigate to the front-end directory:

    cd front-end
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm start