HAPILINK is a project that aims to be able to connect different services in order to make them interact with each other in the way you want.
Project Description
·
Service available
.
How to build
.
Start Application
.
Stop Application
·
Group
·
Contact
As mentioned earlier, the goal of this project is to allow our application (web and mobile) HAPILINK to connect certain services to each other in an automated way.
And to allow you to use this connection to be able to automate certain tasks on these different services.
It works the same as IFTTT, but it's not the same graphic interface.
This project needed thoses 3 things to work and be complete :
- An application server
- A web client.
- A mobile client.
Clients works by querying the server to request useful datas.
Follow the next steps to build the project:
- You need to start docker:
systemctl start docker- Build the project with docker:
docker-compose buildFollow those steps to start our web client, mobile client and server.
docker-compose up -dDifferent ports :
| Port | Service |
|---|---|
| 8080 | Server |
| 8081 | Client Web |
| N/A | Client Mobile |
http://localhost:8081/client.apk should provide an APK, for the mobile client (Android version).
http://localhost:8080/about.json should answer with the application server.
Run this command to stop our application:
docker-compose down -v![]() Noa Leclaire |
![]() Nassim Alaimi |
![]() Enzo Laurent |
![]() Enzo Bonato |
![]() Marvin Verain |
Find us here:
| Authors |
|---|
| Noa Leclaire <noa.leclaire@epitech.eu> |
| Nassim Alaimi <nassim.alaimi@epitech.eu> |
| Enzo Laurent <enzo.laurent@epitech.eu> |
| Enzo Bonato <enzo.bonato@epitech.eu> |
| Marvin Verain <marvin.verain@epitech.eu> |





