{"id":20661226,"url":"https://github.com/giljr/finance_tracker_app_3","last_synced_at":"2026-02-19T16:04:15.323Z","repository":{"id":257450483,"uuid":"857041566","full_name":"giljr/finance_tracker_app_3","owner":"giljr","description":"Docker — Intro How To Create a Rails 7 Project with Docker Setup— FinanceAppSeries 🫶🤗","archived":false,"fork":false,"pushed_at":"2024-12-11T06:32:00.000Z","size":124,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T05:12:15.842Z","etag":null,"topics":["containerization","docker","docker-compose","howto-tutorial","rails7"],"latest_commit_sha":null,"homepage":"https://medium.com/jungletronics/docker-intro-1c73f32db840","language":"Ruby","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/giljr.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":"2024-09-13T17:26:03.000Z","updated_at":"2024-10-03T21:22:31.000Z","dependencies_parsed_at":"2024-12-02T16:47:24.860Z","dependency_job_id":"39e95c3d-4ba8-4ed0-8640-3930b8ad332d","html_url":"https://github.com/giljr/finance_tracker_app_3","commit_stats":null,"previous_names":["giljr/finance_tracker_app_3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/giljr/finance_tracker_app_3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giljr%2Ffinance_tracker_app_3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giljr%2Ffinance_tracker_app_3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giljr%2Ffinance_tracker_app_3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giljr%2Ffinance_tracker_app_3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giljr","download_url":"https://codeload.github.com/giljr/finance_tracker_app_3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giljr%2Ffinance_tracker_app_3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29621902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["containerization","docker","docker-compose","howto-tutorial","rails7"],"created_at":"2024-11-16T19:07:58.859Z","updated_at":"2026-02-19T16:04:10.316Z","avatar_url":"https://github.com/giljr.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n#  💰  Docker Project - Finance App  💳\n\n\n🚀 Introducing Finance Tracker App V3 with Docker Support! 🚀\n\nThe latest version of the Finance Tracker App is here, now with seamless Docker integration! Say goodbye to complex setups and get up and running in no time. Whether you're managing your personal finances or looking to explore a powerful new tool, Version 3 has you covered.\n\n## How To Install ?\n\n    #[ Insert User in docker group ] \n    \n    sudo usermod -aG docker $USER\n    getent group docker\n\n    #[ Install docker \u0026 verify ]\n    \n    sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common\n    curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n    sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\"\n    sudo apt-get update\n    sudo apt-get install -y docker-ce\n    docker --version\n\n    #[ Start docker service ]\n    \n    sudo systemctl enable docker.service\n    sudo systemctl enable containerd.service\n    sudo systemctl restart docker\n    sudo systemctl status docker\n\n    #[ Create the Finance APP and run the Docker project ]\n    #[ by executing the following commands. ]\n    #[ Simply copy and paste them into your Ubuntu terminal:* ]\n    \n    mkdir financeAPP\n    docker pull ruby:3.2.2-slim\n    cd financeAPP\n    git clone https://github.com/giljr/finance_tracker_app_3.git\n    cd finance_tracker_app_3\n    docker compose up --build\n    docker ps -a\n    \n    \n\nReady to dive in? Check out the GitHub repository for full instructions and code:\n\n👉 GitHub: Finance Tracker App V3\n\nGet started with Version 3 today and simplify your financial tracking like never before!\n\n## Acknowledgements\n\n - [Jeovan Farias](https://www.linkedin.com/in/jeovan-f-6283b8145/)\n - [Bruno Vichinheski](https://www.linkedin.com/in/brunovichinheski/)\n - [Robson CAvalcante](https://www.linkedin.com/in/robson-machado-cavalcante/)\n\n## Authors\n\n- [@j3](https://github.com/giljr)\n\n\n## 🚀 About Me\nI'm a Full Stack Developer with a degree in Computer Engineering. You can explore my work and projects on my GitHub repository:\n\n[GitHub Repo](https://github.com/giljr/fiscal_service_app)\n\n## Episodes\n\n\n👉 [v1](/) # **[Finance Tracker Epi 1](https://medium.com/jungletronics/new-finance-tracker-rails-app-c9dae81033a2)**- Build a Rails app with Bootstrap 5 via CDN, without Sprockets, Webpacker, Yarn, or npm.\n\n👉 [v2](/) # **[Finance Tracker Epi 2](https://medium.com/jungletronics/new-finance-tracker-rails-app-99ad85b5f721)** - Bootstrap 5 compatibility, Add Gravatar service, Implement “Forgot your password?” \u0026 much more.\n\n\n👉 [v3](/) # **[Finance Tracker Epi 3](https://medium.com/jungletronics/new-finance-tracker-rails-app-d423bce93828)** - Exploring the Currency Exchange API.\n\n\n👉 [v4](/) # **[Docker Finance Tracker App Epi 4](https://medium.com/jungletronics/docker-intro-1c73f32db840)** - 🚀 Docker Introduction - Get Your Finance App Running in a Container!\n\n\n\n\n    \n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiljr%2Ffinance_tracker_app_3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiljr%2Ffinance_tracker_app_3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiljr%2Ffinance_tracker_app_3/lists"}