Welcome to Drupal.js, a Drupal CMS clone using Node.js, Vite.js, Tailwind CSS, and Supabase as the database. The script includes all the required code

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-15 21:00:08

Welcome to Drupal.js, a Drupal CMS clone using Node.js, Vite.js, Tailwind CSS, and Supabase as the database. The script includes all the required code, configurations, a sample plugin, environment variables, Dockerfile, API, folder structures, and files, with no placeholders. #rc1

Overview of the folder and file structure that your script will create for the Drupal.js project. It's structured to set up both the backend (Strapi with Supabase) and the frontend (Vite.js with React and Tailwind CSS), along with Docker for containerization and basic documentation.

docker-compose.yml: Defines how Docker will build and run both the backend and frontend, as well as the Supabase PostgreSQL database.

This setup provides a structured approach to building a full-stack CMS project using modern web development tools and best practices for containerization, version control, and configuration management.

Following the script, you'll find separate detailed instructions, documentation, API documentation, Supabase setup, scaling information, functional and technical specifications, and UI elements.

Leave a Comment