{"id":24168669,"url":"https://github.com/lucas-crodrigues/rails-capstone","last_synced_at":"2026-02-14T18:32:14.256Z","repository":{"id":130350314,"uuid":"566790704","full_name":"lucas-crodrigues/rails-capstone","owner":"lucas-crodrigues","description":"This is the Expenser App initiated in the fifth week of the Rails module in the Microverse program. It is a simple budget app where you can create categories of expenses, and populate them. This project was done to serve as the capstone project for the Rails module. Built using Ruby on Rails.","archived":false,"fork":false,"pushed_at":"2022-11-19T12:16:20.000Z","size":125,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-09-20T14:52:21.029Z","etag":null,"topics":["ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://expenser.onrender.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucas-crodrigues.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-11-16T12:33:44.000Z","updated_at":"2023-02-09T19:20:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"327089bf-1003-40b7-a5d4-927197666399","html_url":"https://github.com/lucas-crodrigues/rails-capstone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucas-crodrigues/rails-capstone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-crodrigues%2Frails-capstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-crodrigues%2Frails-capstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-crodrigues%2Frails-capstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-crodrigues%2Frails-capstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucas-crodrigues","download_url":"https://codeload.github.com/lucas-crodrigues/rails-capstone/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-crodrigues%2Frails-capstone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"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":["ruby","ruby-on-rails"],"created_at":"2025-01-12T22:30:21.809Z","updated_at":"2026-02-14T18:32:14.247Z","avatar_url":"https://github.com/lucas-crodrigues.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n# Expenser App\n This is the Expenser App initiated in the fifth week of the Rails module in the Microverse program. It is a simple budget app where you can create categories of expenses, and populate them. This project was done to serve as the capstone project for the Rails module.\n\n## Built With\n![Ruby](https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge\u0026logo=ruby\u0026logoColor=white) ![Rails](https://img.shields.io/badge/rails-%23CC0000.svg?style=for-the-badge\u0026logo=ruby-on-rails\u0026logoColor=white) ![PostgreSQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white) ![VSCode](https://img.shields.io/badge/VSCode-0078D4?style=for-the-badge\u0026logo=visual%20studio%20code\u0026logoColor=white)\n-  Ruby (programming language)\n-  Rails (framework)\n-  PostgreSQL (database)\n-  Linters: [Rubocop](https://rubocop.org/)\n-  Linters: [Stylent](https://stylelint.io/)\n-  Visual Studio Code (code editor)\n-  RSpec (testings) \n\n ## Video Preview\n\n [Loom](https://www.loom.com/share/dad7dac94bd3448494eea11412e0c964)\n\n ## Live demo\n\n [Expenser](https://expenser.onrender.com)\n\n ## SQL schema\n   ![](https://github.com/microverseinc/curriculum-rails/raw/main/capstone/images/erd_diagram.png)\n\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Prerequisites\n\n-  A code editor like Visual Studio Code with Git and Ruby.\n\nYou can check if Git is installed by running the following command in the terminal.\n```\n$ git --version\n```\n\nLikewise for Ruby installation.\n```\n$ ruby --version \u0026\u0026 irb\n```\n\n### Install\n\nIn the terminal, navigate to where you wish the repo to be located and run these commands.\n\n```\n$ git clone https://github.com/lucas-crodrigues/rails-capstone.git\n```\n```\n$ cd rails-capstone\n```\n```\n$ bundle install\n```\n```\n$ rails server\n```\n\n### Run tests\n\nTo install rspec, in the terminal kindly run this command\n\n```\n$ gem install rspec\n```\n\nTo run tests, please run this command\n\n```\n$ rspec ./spec/#{filename}_spec.rb\n```\n\n## Authors\n\n👤 **Lucas Costa Rodrigues**\n\n- GitHub: [@lucas-crodrigues](https://github.com/lucas-crodrigues)\n\n- Twitter: [@lcrodrigues58](https://twitter.com/lcrodrigues58)\n\n- LinkedIn: [Lucas Costa Rodrigues](https://www.linkedin.com/in/lucascostarodrigues/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n## Show your support\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- [Microverse](https://github.com/microverseinc) team.\n- Coding Partners.\n- Code Reviewers.\n- Credits to [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance the author of the [original design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas-crodrigues%2Frails-capstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucas-crodrigues%2Frails-capstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas-crodrigues%2Frails-capstone/lists"}