Author - Hans Steffens
This project is about a web application that provides an intuitive way to manage a library's collection of books where the users will be able to list, add, update, and delete books. This dynamic web app has been developed by using JavaScript, Node.js, Express, Pug, SQLite and the SQL ORM Sequelize.
-
Install dependencies
npm install
-
Start the development server
npm start