https://github.com/lucas-crodrigues/rails-capstone
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.
https://github.com/lucas-crodrigues/rails-capstone
ruby ruby-on-rails
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/lucas-crodrigues/rails-capstone
- Owner: lucas-crodrigues
- License: mit
- Created: 2022-11-16T12:33:44.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-19T12:16:20.000Z (over 3 years ago)
- Last Synced: 2025-09-20T14:52:21.029Z (9 months ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://expenser.onrender.com/
- Size: 122 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Expenser App
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 With
   
- Ruby (programming language)
- Rails (framework)
- PostgreSQL (database)
- Linters: [Rubocop](https://rubocop.org/)
- Linters: [Stylent](https://stylelint.io/)
- Visual Studio Code (code editor)
- RSpec (testings)
## Video Preview
[Loom](https://www.loom.com/share/dad7dac94bd3448494eea11412e0c964)
## Live demo
[Expenser](https://expenser.onrender.com)
## SQL schema

## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- A code editor like Visual Studio Code with Git and Ruby.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
Likewise for Ruby installation.
```
$ ruby --version && irb
```
### Install
In the terminal, navigate to where you wish the repo to be located and run these commands.
```
$ git clone https://github.com/lucas-crodrigues/rails-capstone.git
```
```
$ cd rails-capstone
```
```
$ bundle install
```
```
$ rails server
```
### Run tests
To install rspec, in the terminal kindly run this command
```
$ gem install rspec
```
To run tests, please run this command
```
$ rspec ./spec/#{filename}_spec.rb
```
## Authors
👤 **Lucas Costa Rodrigues**
- GitHub: [@lucas-crodrigues](https://github.com/lucas-crodrigues)
- Twitter: [@lcrodrigues58](https://twitter.com/lcrodrigues58)
- LinkedIn: [Lucas Costa Rodrigues](https://www.linkedin.com/in/lucascostarodrigues/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://github.com/microverseinc) team.
- Coding Partners.
- Code Reviewers.
- 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=)
## 📝 License
This project is [MIT](./LICENSE) licensed.