Rd Jedi

screenshot of Rd Jedi
strapi

Overview:

The content provides an analysis of the RD-STRAPI project, including information on the prerequisites, folder structure, and steps for building and running both the backend and frontend components.

Features:

  • Prerequisites: NodeJS 14.18.1 and yarn (npm install --global yarn) are required for running the RD-STRAPI project.
  • Folder Structure: The project consists of the following folders: src, library, SOE, frontend, backend, tests, and foodadvisor.
  • Build & Run Backend: The backend can be built by following the provided steps, including navigating to the src/plugins/cms-analyzer folder and running yarn, and then running yarn build to build the backend.
  • Build & Run Frontend: The frontend can be built by navigating to the frontend folder, running yarn, and then running yarn build. The application can be run using yarn dev.

Summary:

The RD-STRAPI project is a CMS (Content Management System) based on Strapi V4 and the foodadvisor template. It requires NodeJS version 14.18.1 and yarn for installation. The project has a specific folder structure and provides instructions for building and running the backend and frontend components. The provided code snippets and steps serve as a guide to successfully install and run the RD-STRAPI project.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.