Skip to content

The objective of this page is to explain in a simple manner how to use AI with n8n and Strapi to automate content creation.

Notifications You must be signed in to change notification settings

ZahirHaniche-dev/strapi-n8n-ia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Strapi & n8n Docker Project

Welcome! 👋

Ce projet configure et exécute une application Strapi et un serveur n8n à l'aide de Docker et Docker Compose. Strapi est utilisé comme CMS et n8n comme outil de workflow d'automatisation.

Prérequis

  • Docker
  • Docker Compose
  • Git

Installation

  1. Clonez le dépôt : https://github.com/gitreposh/automation.git
  2. cd automation
  3. Installez les dépendances pour Strapi : cd my-strapi-app puis npm install
  4. Installez les dépendances pour n8n : cd ../my-n8n-app puis npm install
  5. Revenez au répertoire racine du projet et démarrez les services avec Docker Compose : cd .. puis docker-compose up --build

Structure du Projet

  • my-strapi-app/ : Contient l'application Strapi.
  • my-n8n-app/ : Contient l'application n8n.
  • docker-compose.yml : Fichier de configuration pour Docker Compose.
  • .gitignore : Fichier de configuration pour ignorer certains fichiers et dossiers dans Git.

Accéder aux Applications

Configurer les accès

Strapi : email : admin@local.com // password : Admin123 // url : http://automation_strapi_1:1337/

About

The objective of this page is to explain in a simple manner how to use AI with n8n and Strapi to automate content creation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published