This project is an automation platform, that consists of a webapp, a mobile app and a server.
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)
- Twitch
- Trello
- Github
- Discord
- Deepapi
- web-client:
docker-compose up --build client_web
- server:
docker-compose up --build server mongo mongo-seed
- 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
Web-client:
- React
- Material-ui
- Axios
Mobile-client:
- Flutter
Server:
- Express.js/Node.js
- Mongodb
- Passport.js
You can find our documentation in: