Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 534 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 534 Bytes

Library Manager

What is this?

Library Manager a collection management tool for librarians. It enables librarians to search for, list, add, update, and delete books.

The application is deployed on Heroku here:

Installation

To install library manager, clone the repository and install all dependencies:

git clone [email protected]:TAP-Projects/library-manager.git
cd library-manager/
npm clean-install

To start the server run:

npm start

Or start the server in development mode with:

npm run startdev