Skip to content

Asti0s/Area

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epitech_banner

Introduction

The AREA project is a project that aims to create a platform that allows users to create and manage their own automation scenarios. The platform is composed of three main parts:

  • A backend that manages the user's data and the automation scenarios.
  • A web frontend that allows users to create and manage their automation scenarios.
  • A mobile frontend that allows users to create and manage their automation scenarios.

Getting Started

Prerequisites

You will have to create a .env file at the root of each service and copy the content of the .env.example file in it. You will have to fill the variables with your own values. For more information, please refer to the documentation of each service.

Launch

sudo docker-compose up --build

You should down the container before relaunching it with the following command:

sudo docker-compose down

For more information, please refer to the documentation of each service:

Commit Norms

Commit Type Description
build Changes that affect the build system or external dependencies (npm, make, etc.)
ci Changes related to integration files and scripts or configuration (Travis, Ansible, BrowserStack, etc.)
feat Addition of a new feature
fix Bug fix
perf Performance improvements
refactor Modification that neither adds a new feature nor improves performance
style Change that does not affect functionality or semantics (indentation, formatting, adding space, renaming a variable, etc.)
docs Writing or updating documentation
test Addition or modification of tests

Architecture

The architecture of the project is as follows:

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published