Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 540 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 540 Bytes

E-Library

Installation

To use this repository

For Backend

  • npm i express --> in the server folder
  • npm run dev --> in the server folder to run the backend server For Frontend
  • npm install --> in the client folder
  • npm start --> in the client folder to run the frontend server

Authors