This project was carried out in a group, it consists in reproducing the basic functionality of the IFTTT website and implementing the most action and reaction in the time available to us.
The project is divided into three parts, Backend, Frontend and mobile application. I was in charge of the mobile application created in ReactNative.
This project is not maintained.
The AREA API is available in the server folder.
All the project is dockerized, to install, run : docker-compose build
To run the the whole project, run : docker-compose up
To run the API only, run : docker-compose up server
The API is available through the port 8080.
The Documentation for the API is available through the route /docs/ on the API port 8080.