/AREA

EPITECH Project

Primary LanguageJavaScriptMIT LicenseMIT

AREA

Table of contents

Description

Action and REAction

The aim of this project is to create a software platform that function like a IFTTT (IF This Then That):

  • The user can define an event, which will trigger the execution of one or more actions.
  • The user can specify conditions for each action.
  • If all conditions are met, then execute the corresponding action(s).
  • A set of rules that can be used for automation. The system will have the ability to trigger actions based on certain conditions and events.

Developers

Benchmark

  • MERN (MongoDB | Express | React | NodeJs)

  • MEAN (MongoDB | Express | AngularJS | NodeJS)
  • RUBY (Ruby on rails full stack)

Requirements

For this project you will need at least on your computer:

Using the provided Docker installation

Launching the project

Using Docker compose

First, build the containers using:

docker compose build

Once the containers are built, you can run the project by using:

docker compose up -d

Now you should be able to access the web application on localhost:8081 !

Working on the project

If you want to work on the project and add new features.
Here are a few link to help you figure out :