The primary goal of this tool is to improve the efficiency and speed of searching for Drupal modules.
The tool is built using the following components:
Back-end: A Symfony-based API
Fetches data from a Drupal API and saves it to a PostgreSQL database
Handles queries
Processes the data
Runs on a Docker container that uses Caddy and FrankenPHP
Front-end: A Remix-powered user interface
The front-end provides an intuitive interface for users to input search queries and view results.
Runs on its own Docker container that uses Caddy server.
Fetches the data from the back-end API through an internal docker network. This internal docker network enables both the back-end Docker container and the front-end Docker container to communicate with each other. This way, the API is not exposed to the web through a web browser.
Like this project
0
Posted Jul 21, 2024
This is a tool to improve the efficiency and speed of searching for Drupal modules.