{"id":17989544,"url":"https://github.com/evilfreelancer/merklion-chat","last_synced_at":"2026-04-09T23:03:34.519Z","repository":{"id":110657722,"uuid":"151160108","full_name":"EvilFreelancer/merklion-chat","owner":"EvilFreelancer","description":"Merklion demo chat application","archived":false,"fork":false,"pushed_at":"2018-10-05T01:37:07.000Z","size":426,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T15:15:41.074Z","etag":null,"topics":["application","demo","docker","docker-compose","laravel","merklion","redis","socket-io"],"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/EvilFreelancer.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":"2018-10-01T21:09:53.000Z","updated_at":"2019-09-20T19:53:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"e97d61ba-28d0-42f7-92f6-a922baed0113","html_url":"https://github.com/EvilFreelancer/merklion-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fmerklion-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fmerklion-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fmerklion-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fmerklion-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvilFreelancer","download_url":"https://codeload.github.com/EvilFreelancer/merklion-chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247117749,"owners_count":20886439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["application","demo","docker","docker-compose","laravel","merklion","redis","socket-io"],"created_at":"2024-10-29T19:14:55.284Z","updated_at":"2026-04-09T23:03:34.435Z","avatar_url":"https://github.com/EvilFreelancer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![alt text](demo.png \"Demo Image\")\n\n# Merklion Chat Demo App\n\nThis chat application based on Docker containers, here is the list:\n\n* mysql - Database server\n* phpmyadmin - For management of MySQL\n* redis - Was added for support of multirooms\n* socket - Socket.IO server for communication between clients\n* laravel - Login pages, API and VueJS\n\n## How to use\n\n### 1. Preparation\n\nClone the repo and change your work directory to root of sources\n\n    git clone https://github.com/EvilFreelancer/merklion-chat.git\n    cd nowescape-blockchain\n\nNow you need prepare docker compose config file:\n\n    cp docker-compose.yml.dist docker-compose.yml\n\nInside `docker-compose.yml` you need change the values to the ones you\nneed, for example you do not want to tun this project on `80` port, to\nfix that you need just change this line `80:80` to what you need (`7777:80`).\n\nRun first iteration of Docker environment\n\n    docker-compose up -d\n\n### 2. Install all required components\n\nI assume that there are no development tools on your computer, so you\nneed to login to Laravel container:\n\n    docker-compose exec laravel bash\n\nFix write permissions on a few important folders\n\n    chown apache:apache bootstrap/ -R\n    chown apache:apache storage/ -R\n\nEnd exit from container\n\n    exit\n\n### 3. Set up the application\n\nLogin into container\n\n    docker-compose exec laravel bash\n\nCreate database and seed tables\n\n    php artisan migrate\n    php artisan db:seed\n\n## The End\n\nNow you just need open following page http://localhost in your browser\nand you will get the result of my work.\n\nThanks for reading!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2Fmerklion-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilfreelancer%2Fmerklion-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2Fmerklion-chat/lists"}