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:
To install library manager, clone the repository and install all dependencies:
git clone git@github.com: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