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 clone
along 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.example
name to.env
and update it's information - Run the server with
npm start
and openlocalhost:8080/signin
. Now you're ready to start.