/library_manager

:palm_tree::house:Treehouse - Project 10 - Build a Library Manager

Primary LanguageJavaScript

library_manager

Treehouse - Project10 - Build a Library Manager

A simple library management system built using Express and SQL ORM Sequelize. It uses SQLite for database operations.

Getting Started

Setup

$ git clone https://github.com/anoopmundathan/library_manager.git
$ cd library_manager

Install

$ npm i

Run

npm start

View

http://localhost:3500

Project Resources

Sequelize CLI

Sequelize Documentation - Adding/removing timestamps from definitions

Sequelize Documentation - Validations

Sequelize Documentation - Model associations

Sequelize Documentation - Pagination and Lim