Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhdez221993/pay_easy
The Ruby on Rails capstone project (remember what they are?) is about building 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.
https://github.com/mhdez221993/pay_easy
Last synced: about 1 month ago
JSON representation
The Ruby on Rails capstone project (remember what they are?) is about building 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.
- Host: GitHub
- URL: https://github.com/mhdez221993/pay_easy
- Owner: Mhdez221993
- Created: 2022-03-05T08:05:07.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-05T11:25:28.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:34:56.345Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pay Easy
The Ruby on Rails capstone project (remember what they are?) is about building 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](https://obscure-spire-53238.herokuapp.com/)
![image](https://github.com/microverseinc/curriculum-rails/blob/main/capstone/images/transactions_list.png)
## Built With
- Ruby on Rails
- Rspec
- Psql## Getting Started
### Prerequisites
- Ruby (ruby --v)
- SQLite3 (sqlite3 --v)
- Postgrestsql (psql --version)
- Node.js (node --v)
- Yarn (yarn --v)To get a local copy up and running follow these simple example steps.
Run in your terminal `git clone [email protected]:Mhdez221993/pay_easy.git`
## Authors
👤 **Moises Hernandez Coronado**
- GitHub: [@Mhdez221993](https://github.com/Mhdez221993)
- Twitter: [@MoisesH42060050](https://twitter.com/MoisesH42060050)
- LinkedIn: [Moises Hernandez Coronado](https://www.linkedin.com/in/moises-hernandez-9bbb17145/)## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Mhdez221993/pay_easy/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
- To my coding partner who helped me through all the work
- To my Stand Up Team who kept my morale up!