#Library Management Sysyem
Download and install all requirements for the server with:
npm install
Before you run the server for the first time, you should ensure there is a database available for it to read and write to. You can initialise the database with:
node initialise_database.js
node server.js