Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 233 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 233 Bytes

BookHive

A library management system made in MVC architecture.

Setup

  1. Run make setup to configure the project.
  2. Run go test ./pkg/models/bookQueries. Should return OK if properly setup.
  3. Run make to run the project.