Skip to content

jeremynac/AREA

Repository files navigation

AREA

This project is an automation platform, that consists of a webapp, a mobile app and a server.

Description

You can log in to external services and make scripts that will be triggered when an email is received, a message was sent by someone...

The services available are:

  • Google (Gmail, Youtube)
  • Facebook
  • Twitch
  • Trello
  • Github
  • Discord
  • Deepapi

Local Installation

  • web-client:
    docker-compose up --build client_web
  • server:
    docker-compose up --build server mongo mongo-seed

Production Installation

  • web-client:
    docker-compose up --build client_web-deployed
  • mobile_client:
    docker-compsoe up --build client_mobile
  • server:
    docker-compose up --build server-deployed mongo mongo-seed

Tech used

Web-client:

  • React
  • Material-ui
  • Axios

Mobile-client:

  • Flutter

Server:

  • Express.js/Node.js
  • Mongodb
  • Passport.js

Documentation

You can find our documentation in: