This repository is for the Library Management System assignment
The Library Management System is a web based app built on node.js, express.js and handlebars.
- Clone the repository to your local system using
git clonealong with SSH Key. - Run the terminal in that folder and install all necessary packages using
npm install. - Create a MySQL database with 'users', 'books', 'admins' and 'requests' as tables.
- Change
.env.examplename to.envand update it's information - Run the server with
npm startand openlocalhost:8080/signin. Now you're ready to start.