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
git clone https://github.com/allan9595/sql_library_manager-treehouse.git
npm install
npm run start
Go to the localhost:3000
GIF created with LiceCap.
Copyright 2019 BOHAN ZHANG
- This APP currently used an local sqlite database in the repo. Needs to be updated to PostgreSQL on HeroKu.