JamesEnoch89 / assignments

0 stars 0 forks source link

Week 7 Day 4 - Grab your library Card! - #27

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Library API!

The local library wants to modernize how they let people check out books. They need you to build an API.

The data model includes:

Books: (A Book's Info)

Author :( Who wrote the book)

CheckOutLedger (a ledger of all books that are checked out)

NOTE Foreign Keys have been left off on purpose. Add them where you need them.

Objectives

Explorer Mode

The library wants an API that enables:

Adventure Mode

Epic Mode

Turning In

Your homework will be assigned to you via issues on your assignments repository. Once you are complete with your assignment, link the new repo here.

PRO Tips:

JamesEnoch89 commented 6 years ago

https://github.com/JamesEnoch89/LibraryAPI

need to finish check out/check in tomorrow. will reopen issue then.

mdewey commented 6 years ago

Awesome Work!