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

https://github.com/huseyinbiyik/moneye

A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what. Built with Ruby on Rails and PostgreSQL
https://github.com/huseyinbiyik/moneye

postgresql ruby ruby-on-rails

Last synced: 6 months ago
JSON representation

A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what. Built with Ruby on Rails and PostgreSQL

Awesome Lists containing this project

README

          

## Moneye

> A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

## Live Demo
[Heroku Link](https://moneye-app.herokuapp.com/)

## Live Presentation
[Watch My Presentation on Loom](https://www.loom.com/share/10d47905b9084e80ba5f057f7176c2a6)

## Built With

- Ruby
- Ruby on Rails
- PostgreSQL

## Getting Started

To get a local copy up and running follow these simple example steps.

1- Copy this link `https://github.com/huseyinbiyik/moneye.git`

2- Get the directory that you want to clone the repository.

3- Open the command prompt in this directory.

4- Write `git clone https://github.com/huseyinbiyik/moneye.git`

5- Go to the repository folder in your command prompt `cd moneye`.

6- Go to command line and run `rails s`.

7- Run `rails db:create` to create database.

To setup linters on your local environment, please follow these steps.

1- Run `bundle install`

2- Run `rubocop .` for the errors

To run the tests

Run `rspec` on terminal window

### Prerequisites

IDE(VSCode etc.), WSL(for Windows OS), for linters RuboCop

## Author

👤 **Huseyin Biyik**

- GitHub: [@huseyinbiyik](https://github.com/huseyinbiyik)
- Twitter: [@huseyin__biyik](https://twitter.com/huseyin__biyik)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tahahuseyinbiyik/)

## Attributions

This web design was inspired by [Gregoire Vella](https://www.behance.net/gregoirevella)
on [this idea](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=).

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

-Thank you to Microverse Inc.

## 📝 License

This project is [MIT](./LICENSE.md) licensed.