An open API service indexing awesome lists of open source software.

https://github.com/leoglme/microservice

microservice messaging application with 3 api made with slim framework, expressjs, openapi and swagger. A front react js application and another in twig
https://github.com/leoglme/microservice

express expressjs guzzle nodejs openapi react reactjs slim slim-framework slim4 swagger twig

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          


logo quila

Quila


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

![Language](https://img.shields.io/badge/language-react-blue.svg?style=flat)
![twig](https://img.shields.io/badge/language-twig-green.svg?style=flat)
![swagger](https://img.shields.io/badge/language-swagger-green.svg?style=flat)
![node](https://img.shields.io/badge/language-node-darkgreen.svg?style=flat)
![Language](https://img.shields.io/badge/language-javascript-yellow.svg?style=flat)
![Language](https://img.shields.io/badge/language-scss-ce679a.svg?style=flat)

### React app

hero

### Twig app
hero

## [[ Live Demo ]](https://quila.vercel.app)

> Source code for the demo page can be found on the [quila repo](https://github.com/Leoglme/react-chat-app)

### Contents

- [Install](#install)
- [License](#license)

## Install

### React app

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

### Slim api

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

### Node api

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

### Connector api

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

## License

Copyright (c) 2021 [Dibodev](https://github.com/leoglme)