Eighth project for the Treehouse Full-Stack JavaScript Techdegree. A library database management app using Node, express, sequelize, sqlite and pug. This CRUD app will allow you to view, create, edit and delete data on the sqlite database.
- First download the project files
- In your terminal type npm install
- Then type npm start
- Go to the browser and go to
localhost:3000
- You'll be able to view the project and manipulate the database