{"id":21252053,"url":"https://github.com/leoglme/microservice","last_synced_at":"2026-04-07T08:32:40.793Z","repository":{"id":132520861,"uuid":"448022705","full_name":"Leoglme/microservice","owner":"Leoglme","description":"microservice messaging application with 3 api made with slim framework, expressjs, openapi and swagger. A front react js application and another in twig","archived":false,"fork":false,"pushed_at":"2022-01-15T21:31:10.000Z","size":4156,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T05:28:56.091Z","etag":null,"topics":["express","expressjs","guzzle","nodejs","openapi","react","reactjs","slim","slim-framework","slim4","swagger","twig"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Leoglme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-14T15:52:49.000Z","updated_at":"2022-02-01T21:13:30.000Z","dependencies_parsed_at":"2023-05-16T22:00:33.210Z","dependency_job_id":null,"html_url":"https://github.com/Leoglme/microservice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Leoglme/microservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2Fmicroservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2Fmicroservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2Fmicroservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2Fmicroservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leoglme","download_url":"https://codeload.github.com/Leoglme/microservice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2Fmicroservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","expressjs","guzzle","nodejs","openapi","react","reactjs","slim","slim-framework","slim4","swagger","twig"],"created_at":"2024-11-21T03:46:03.748Z","updated_at":"2026-04-07T08:32:40.785Z","avatar_url":"https://github.com/Leoglme.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg width=\"70\" height=\"70\" alt=\"logo quila\" src=\"https://dibodev-files.s3.eu-west-3.amazonaws.com/quila192.png\"\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eQuila\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n Quila is a Chat / messaging application made with slim, express js, swagger et react js\n\u003c/p\u003e\n\n![Language](https://img.shields.io/badge/language-react-blue.svg?style=flat)\n![twig](https://img.shields.io/badge/language-twig-green.svg?style=flat)\n![swagger](https://img.shields.io/badge/language-swagger-green.svg?style=flat)\n![node](https://img.shields.io/badge/language-node-darkgreen.svg?style=flat)\n![Language](https://img.shields.io/badge/language-javascript-yellow.svg?style=flat)\n![Language](https://img.shields.io/badge/language-scss-ce679a.svg?style=flat)\n\n### React app\n\n\u003cimg alt=\"hero\" src=\"https://dibodev-files.s3.eu-west-3.amazonaws.com/Screenshot_26.png\"\u003e\n\n### Twig app\n\u003cimg alt=\"hero\" src=\"https://dibodev-files.s3.eu-west-3.amazonaws.com/Screenshot_25.png\"\u003e\n\n## [[ Live Demo ]](https://quila.vercel.app)\n\n\u003e Source code for the demo page can be found on the [quila repo](https://github.com/Leoglme/react-chat-app)\n\n### Contents\n\n- [Install](#install)\n- [License](#license)\n\n## Install\n\n### React app\n\n```sh\n$ git clone https://github.com/EpitechWebAcademiePromo2022\n$ cd react-chat\n$ yarn install || npm install\n$ yarn start || npm run start\n```\n\n### Slim api\n\n```sh\n$ git clone https://github.com/EpitechWebAcademiePromo2022\n$ cd slim\n$ composer install\n$ composer start\n```\n\n### Node api\n\n```sh\n$ git clone https://github.com/EpitechWebAcademiePromo2022\n$ cd api_express\n$ yarn install || npm install\n$ yarn start || npm run start\n```\n\n### Connector api\n\n```sh\n$ git clone https://github.com/EpitechWebAcademiePromo2022\n$ cd api_connector\n$ composer install\n$ composer start\n```\n\n## License\n\nCopyright (c) 2021 [Dibodev](https://github.com/leoglme)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoglme%2Fmicroservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoglme%2Fmicroservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoglme%2Fmicroservice/lists"}