https://github.com/kelvin-ben/payment-app
An application that monitor your spending to make sure that every payment is noted to reduce over spending
https://github.com/kelvin-ben/payment-app
css3 mvc-architecture postgresql ruby-on-rails
Last synced: 11 months ago
JSON representation
An application that monitor your spending to make sure that every payment is noted to reduce over spending
- Host: GitHub
- URL: https://github.com/kelvin-ben/payment-app
- Owner: Kelvin-Ben
- Created: 2023-02-24T17:21:34.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-19T06:47:28.000Z (over 2 years ago)
- Last Synced: 2025-04-06T18:09:23.651Z (about 1 year ago)
- Topics: css3, mvc-architecture, postgresql, ruby-on-rails
- Language: Ruby
- Homepage: https://payment-app.onrender.com/
- Size: 6.32 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](https://payment-app.onrender.com)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**Payment App** is 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 have spent and on what
Client
Server
Database
> Here the main goal of building this web application is to have a deeper understanding of how Ruby on Rails can make development of applications easy
- **[Create associations between different models involved]**
- **[Use migration files]**
- **[Build a schema from models]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- linters.yml and tests.yml files inside the .github folder
- .rubocop.yml file
- Gemfile
- Install rails and required gems
### Setup
Clone this repository to your desired folder:
1- Navigate to the button on the top right green "code" button.
2- In the drop down menu choose "Download Zip" or clone it using git using the following command.
3- After extracting the files, you'll have my project on your local machine.
### Install
Install this project with:
- Run bundle install
### Usage
To run the project, execute the following command:
[$ ruby FILENAME.rb]
### Run tests
To run tests, run the following command:
Example command:
```sh
bin/rails test test/models/article_test.rb
```
-
👤 **Kelvin Benjamin**
- GitHub: [@Kelvin-Ben](https://github.com/Kelvin-Ben)
- Twitter: [@kevoyout144](https://twitter.com/kevoyout144)
- LinkedIn: [Kelvin-Ben](https://www.linkedin.com/in/kelvin-ben-323043173/)
## 🔭 Future Features
> I will create a Ruby on Rails application that allows the user to:
- [ ] **Register and login, so that the data is private to them**
- [ ] **Introduce new transactions associated with a category**
- [ ] **See the money spent on each category**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Anyone who finds this project interesting is welcome to give it a star.
- I would like to thank Microverse for the opportunity
- Also, original design idea by [Gregoire Vella on Behance](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
- **How do i run the project in my local machine?**
- You need to clone the project in your local environment through the terminal
- **What database are you using for this project?**
- [POSTGRESQL]
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._