Skip to content

sradms0/library-manager

Repository files navigation

Library Manager

A library management application for tracking books, loans, and patrons.

Built With

  • Express 4
  • Node 16
  • Pug 3
  • Sequelize 6
  • SQLite3 5

Prerequisites

  • A modern web browser using an up-to-date JavaScript engine (>= ES6).

Run

  1. Dependencies:
npm install
  1. Seed data:
npm run seed
  1. Start project:
npm install && npm start

API Documentation

  1. Developer Dependencies:
npm install --only=dev
  1. Generate documentation to /docs:
npm run docs
  1. Navigate to /docs/index.html in your web-browser:

Tests

  1. Dependencies:
npm install
  1. Run all tests:
npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors