SQL Library Manager

SQL Library Manager

This app used sequelize, node.js, pug, SQL,and express. It performs a basic CRUD which allows user create, update, delete, and read the books they or others interested. This app also includes basic error handling, pagination and searching.

You can visit the live version at SQL Library Manager

How to run on the local machine

git clone https://github.com/allan9595/sql_library_manager-treehouse.git

npm install

npm run start

Go to the localhost:3000

Video Walkthrough

Video Walkthrough

GIF created with LiceCap.

License

Copyright 2019 BOHAN ZHANG

TODO Next

  • This APP currently used an local sqlite database in the repo. Needs to be updated to PostgreSQL on HeroKu.