/microservice

microservice messaging application with 3 api made with slim framework, expressjs, openapi and swagger. A front react js application and another in twig

Primary LanguagePHP

logo quila

Quila

Quila is a Chat / messaging application made with slim, express js, swagger et react js

Language twig swagger node Language Language

React app

hero

Twig app

hero

Source code for the demo page can be found on the quila repo

Contents

Install

React app

$ git clone https://github.com/EpitechWebAcademiePromo2022
$ cd react-chat
$ yarn install || npm install
$ yarn start || npm run start

Slim api

$ git clone https://github.com/EpitechWebAcademiePromo2022
$ cd slim
$ composer install
$ composer start

Node api

$ git clone https://github.com/EpitechWebAcademiePromo2022
$ cd api_express
$ yarn install || npm install
$ yarn start || npm run start

Connector api

$ git clone https://github.com/EpitechWebAcademiePromo2022
$ cd api_connector
$ composer install
$ composer start

License

Copyright (c) 2021 Dibodev