You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library Management System built with Node.js, Express, Sequelize, and MySQL. Supports authors, books, members, and borrowing relationships.
About
A simple Library Management System built with Node.js, Express, Sequelize ORM, and MySQL. This project demonstrates how to design database models, define relationships (one-to-many and many-to-many), and manage data using Sequelize associations.