Treehouse - Project10 - Build a Library Manager
A simple library management system built using Express and SQL ORM Sequelize. It uses SQLite for database operations.
$ git clone https://github.com/anoopmundathan/library_manager.git
$ cd library_manager
$ npm i
npm start
http://localhost:3500
Sequelize Documentation - Adding/removing timestamps from definitions
Sequelize Documentation - Validations