
Start a new scaffolding project to model a library app with Vue.js using ScaffoldHub, defining book and loan entities, configuring listing, filtering, and export, and previewing the generated application.
Explore the generated library app code and learn the basics of node javascript, express, and mongoose. Receive guidance on customization and when to review the basic pages.
Learn how to build a simple Express.js server, create an index file, set up routes and endpoints, use body-parser middleware for post requests, and test a static list API.
Connect to a local database with Sequelize, define a to-do model with validations and timestamps, enable paranoid deletion, and implement CRUD API endpoints with error handling.
Modify the book listing in the scaffolded Vue app by resizing the cover image, removing unused filters and labels, and applying object-fit: cover in the image component.
Add a loan period in days to the settings with a new integer field, create a database migration, and update backend models and the settings form for validation.
Build a library web app with vue js using scaffoldhub that sends email reminders to members for overdue or in-progress loans via email provider, with language-specific templates and api-based sending.
Build a Library web application with Vue JS, Node JS, and SQL or MongoDB using ScaffoldHub.
The course uses ScaffoldHub to create the initial application. After, the basics of Javascript, Vue JS, Vue Router, Vuex, Express JS, Sequelize (SQL) and Mongoose (MongoDB) are explained, and finally, how the application is customized to attend all the Library needs.
You'll need credits at the ScaffoldHub platform to generate the base application.