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
- Host: GitHub
- URL: https://github.com/huseyinbiyik/moneye
- Owner: huseyinbiyik
- License: mit
- Created: 2022-09-19T09:39:18.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-10-25T19:22:15.000Z (almost 4 years ago)
- Last Synced: 2025-04-27T11:43:19.418Z (over 1 year ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://moneye-app.herokuapp.com/
- Size: 182 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.