Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 300 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 300 Bytes

library

Public Library System

In this first version, only books and authors entities are provided. One book can only be authored by one person while one person can have more than one written books.

This is an sample development code only, no authentication and authorization are implemented yet.