Front : create class to connect, send and receive message
authorgparant <g.parant@thecodingmachine.com>
Sun, 5 Apr 2020 18:57:14 +0000 (20:57 +0200)
committergparant <g.parant@thecodingmachine.com>
Sun, 5 Apr 2020 18:57:14 +0000 (20:57 +0200)
commit7e08e7f1334a4268391e997bd32ba31af96c46a2
tree894a15ca3891fbcd765f5d8524d49dfd163652fa
parentb4f77ba51ac5a2f66f39787dc75e0045ab8eadfb
Front : create class to connect, send and receive message

 - Create environment class
 - Create Connexion class to connect and save data
 - Refactor back api
back/src/App.ts
back/src/Controller/AuthenticateController.ts
back/src/Model/Websocket/MessageUserPosition.ts
front/package.json
front/src/Connexion.ts [new file with mode: 0644]
front/src/Enum/EnvironmentVariable.ts [new file with mode: 0644]
front/src/index.ts
front/yarn.lock