https://github.com/simongideon/money-order-app
This is a mobile web application that allows the user to manage his budget: there is a list of transactions associated with each category, so that you can see how much money you spent on what item. Also the total expenditure is auto populated and This was made possible by Ruby on Rails.
https://github.com/simongideon/money-order-app
capybara-rspec css html5 psql-database ruby-on-rails
Last synced: about 1 year ago
JSON representation
This is a mobile web application that allows the user to manage his budget: there is a list of transactions associated with each category, so that you can see how much money you spent on what item. Also the total expenditure is auto populated and This was made possible by Ruby on Rails.
- Host: GitHub
- URL: https://github.com/simongideon/money-order-app
- Owner: SimonGideon
- License: mit
- Created: 2023-04-10T20:30:37.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-17T23:49:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T01:16:42.868Z (over 1 year ago)
- Topics: capybara-rspec, css, html5, psql-database, ruby-on-rails
- Language: Ruby
- Homepage: https://money-order-app.onrender.com
- Size: 8.12 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MONEY ORDER APP
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 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)
- [📝 License](#license)
> This 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 spent and on what.
### Tech Stack
> This project was built with the following technologies
Client
Server
Database
> The project has the following features.
- **Login page and registration page**
- **List the user transaction cartegoty**
- **Allow user to create a new transaction**
## 🚀 Live Demo
1. ### [Demo Video](https://youtu.be/lksE5t67fR8)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:SimonGideon/money-oder-app.git
```
### Install
Install this project with:
```sh
cd money-oder-app
gem install
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
### Run tests
To run tests, run the following command:
```sh
bin/rails test test/models/article_test.rb
```
👤 **Simon Gideon**
- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://linkedin.com/in/mnayi-gideon)
> The following will be implemented on future updates.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to star the projecta and request improve ment through the issues section
I would like to thank [Gregoire Vella](https://www.behance.net/gregoirevella) for the creative design that I have implemented.
This project is [MIT](./LICENSE) licensed.