LeAREA is a project that aims to create a IFTTT like services.
Just run docker-compose up in the root of the project and go to localhost:8081 to use the web interface.
This docker compose will start 4 containers:
- The MongoDB database
- The Backend API
- The Front web
- The mobile application compilation
You can find the documentation in the docs folder.
To find the benchmark, you will find the file in the docs folder as Benchmark-technologies-choice.pdf.
To add a service, you can find the documentation in the docs folder as create-service.md.
To contribute to the project, you can find everything needed in the CONTRIBUTING.md file.