Thursday 18 January 2024

browse, search, and purchase books using perl DBIx::Class , Mysql and GraphQL


A web-based book store that allows users to browse, search, and purchase books. The system uses DBIx::Class as an ORM layer to interact with a MySQL database, a RESTful API for communicating between the frontend and backend, and GraphQL for querying the data.

Modules Used:

  • DBIx::Class for ORM
  • LWP::UserAgent for making HTTP requests
  • JSON::XS for parsing JSON data
  • GraphQL::Query for generating GraphQL queries
  • GraphQL::Response for parsing GraphQL responses
Read more »

Labels: ,