An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)
# 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](https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white) ![Rails](https://img.shields.io/badge/rails-%23CC0000.svg?style=for-the-badge&logo=ruby-on-rails&logoColor=white) ![PostgreSQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white) ![VSCode](https://img.shields.io/badge/VSCode-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white)
- 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
![](https://github.com/microverseinc/curriculum-rails/raw/main/capstone/images/erd_diagram.png)

## 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.