{"id":22499794,"url":"https://github.com/jigar-dhulla/exchange-rate","last_synced_at":"2025-08-03T06:32:28.214Z","repository":{"id":160834924,"uuid":"635429608","full_name":"jigar-dhulla/exchange-rate","owner":"jigar-dhulla","description":"Simple Exchange Rate App","archived":false,"fork":false,"pushed_at":"2024-11-13T07:03:43.000Z","size":186,"stargazers_count":23,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-13T08:18:02.345Z","etag":null,"topics":["bootstrap","laravel","laravel-sail","livewire","php","redis"],"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/jigar-dhulla.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":"2023-05-02T17:15:34.000Z","updated_at":"2024-11-13T07:03:40.000Z","dependencies_parsed_at":"2024-11-13T08:28:02.485Z","dependency_job_id":null,"html_url":"https://github.com/jigar-dhulla/exchange-rate","commit_stats":null,"previous_names":["jigar-dhulla/exchange-rate"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jigar-dhulla%2Fexchange-rate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jigar-dhulla%2Fexchange-rate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jigar-dhulla%2Fexchange-rate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jigar-dhulla%2Fexchange-rate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jigar-dhulla","download_url":"https://codeload.github.com/jigar-dhulla/exchange-rate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228532280,"owners_count":17933247,"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":["bootstrap","laravel","laravel-sail","livewire","php","redis"],"created_at":"2024-12-06T22:16:19.274Z","updated_at":"2025-08-03T06:32:28.198Z","avatar_url":"https://github.com/jigar-dhulla.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exchange Rate App\n\n* Simple exchange rate app for EUR/INR.\n* Using exchangerate.host service to fetch the rates\n* Stores and Displays the history of conversions\n\n# Explanation of this repo\nThis repo was featured in [Laravel Daily](https://www.youtube.com/@LaravelDaily) youtube channel\n* Video 1: https://www.youtube.com/watch?v=YSZqSUe4m7I\n* Video 2: https://www.youtube.com/watch?v=5cSTC3AG3tQ\n\n## Tech Stack\n\n* Laravel 10\n* Livewire v3\n* Bootstrap 5\n\n## Local Setup\n\n### Clone this project.\n\u003e git clone git@github.com:jigarakatidus/exchange-rate.git\n\n\u003e cd exchange-rate\n\n### Copy Environment\n\u003e cp .env.example .env\n\n### In `.env` file\n* Change `DB_HOST` to `mysql`\n* Change `CACHE_DRIVER` to `redis` to use redis service, default is `file` driver\n* Change `REDIS_HOST` to `redis`\n* Create Exchange Rate Host API Key and add the same to `EXCHANGE_RATE_HOST_ACCESS_KEY`\n\n### Install Dependency\n\u003e docker run --rm -u \"$(id -u):$(id -g)\" -v $(pwd):/var/www/html -w /var/www/html laravelsail/php82-composer:latest composer install --ignore-platform-reqs\n\n### Start Services\n\u003e ./vendor/bin/sail up -d\n\n### Generate Key\n\u003e ./vendor/bin/sail artisan key:generate\n\n### Run Migrations\n\u003e ./vendor/bin/sail artisan migrate\n\n### To access\n\nVisit: http://localhost\n\n## Services\n\nUsing Laravel Sail, a wrapper around Docker Compose.\n\nIt has:\n\n### Web Server\nServing the application\n\n### MySQL\nDatabase\n\n### Redis\nCaching\n\n## Suggestions?\n\nReach out to via Twitter: @jigar_dhulla\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjigar-dhulla%2Fexchange-rate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjigar-dhulla%2Fexchange-rate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjigar-dhulla%2Fexchange-rate/lists"}