As part of Web-Application Development we were tasksed with creating an app that has CRUD functionality (Create, Read, Update, Delete). I chose doing a book collection for storing books of different categories & genres.
The main home page contains a grid of cards that display the book cover image and the book title. The book cover image is got using the node-isbn library.
- Express.js (^4.18.2)
- express-handlebars (^6.0.7)
- logger.js
- lodash (^4.17.21)
- body-parser (^1.20.2)
- uuid (^9.0.0)
- lowdb (^5.1.0)
- node-isbn (^1.6.1)
- After the program has been built successfully.
- Click the preview button within Glitch which will then render the web application.
Any advice for common problems or issues.
Contributors names and contact info
Josh Crotty @Zaradin