Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 331 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 331 Bytes

Book Manager

Full stack JavaScript app to manage company books. Made during the JS crash course offered by WTMB.

Classes

  • Company
  • Book
  • Employee

Logic

  • A book belongs to a company.
  • A company has many books.
  • A company has many employees.
  • A book can have a reader. (A reader is an employee.)