Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 460 Bytes

Book-management-sytem

The Book Collection App is a web application that enables users to create, view, and manage their personal book collections. The app provides a user-friendly interface for searching for books as well.

Installation

  1. Clone the repository to your local machine.

  2. Enter command "npm install" inside the project directory.

To run the application

  1. Enter command "npm start" for backend and "npm run dev" for frontend