Skip to content

ZTMowrer947/library-manager

Repository files navigation

LibraryManager

Treehouse FSJS Techdegree Unit 8 Project: A SQL-based Library Manager

Project Description

This project is about creating a library manager for a book database using Express, Pug, SQLite, and Sequelize.

Features

  • Create, Read, Update, and Delete book entries
  • Model validation for book creations and modification
  • Client-side Validation
  • Pagination for book listing
  • Ability to search for books by title, author, genre, and year

Starting the application

It's as simple as 1,2,3:

git clone https://github.com/ZTMowrer947/LibraryManager
yarn (or npm install)
yarn start (or npm start)

Navigate to the URL it tells you the server is running at, and you are good to go.

About

FSJS Techdegree Unit 8 Project: A SQL-based Library Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors