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
- Host: GitHub
- URL: https://github.com/leoglme/microservice
- Owner: Leoglme
- Created: 2022-01-14T15:52:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T21:31:10.000Z (over 4 years ago)
- Last Synced: 2025-03-15T05:28:56.091Z (about 1 year ago)
- Topics: express, expressjs, guzzle, nodejs, openapi, react, reactjs, slim, slim-framework, slim4, swagger, twig
- Language: PHP
- Homepage:
- Size: 3.96 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quila
Quila is a Chat / messaging application made with slim, express js, swagger et react js






### React app

### Twig app

## [[ 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)