Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.04 KB

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