The Assignment: Create a RESTful API with several endpoints (including GET, POST, and HEAD) to retrieve and add info to a JSON Database. Details: - Application was developed WITHOUT the use of middlewares or Express.js - User can add books to a 'read' list, which writes to a new JSON file and can still be retrived while searching - Styled using TailwindCSS to build a basic, easy to use, frontend