Treehouse FSJS Techdegree Unit 8 Project: A SQL-based Library Manager
This project is about creating a library manager for a book database using Express, Pug, SQLite, and Sequelize.
- 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
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.