A library management application for tracking books, loans, and patrons.
- Express 4
- Node 16
- Pug 3
- Sequelize 6
- SQLite3 5
- A modern web browser using an up-to-date JavaScript engine (>= ES6).
- Dependencies:
npm install
- Seed data:
npm run seed
- Start project:
npm install && npm start- Developer Dependencies:
npm install --only=dev
- Generate documentation to
/docs:
npm run docs
- Navigate to
/docs/index.htmlin your web-browser:
- Dependencies:
npm install
- Run all tests:
npm run test