Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algerina/yourwallet
This is a mobile web application where Users can manage their budget, they have a list of transactions associated with a category, they record money transactions and separate them in these categories.
https://github.com/algerina/yourwallet
bootstrap capybara devise rspec ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
This is a mobile web application where Users can manage their budget, they have a list of transactions associated with a category, they record money transactions and separate them in these categories.
- Host: GitHub
- URL: https://github.com/algerina/yourwallet
- Owner: algerina
- Created: 2022-05-30T18:40:25.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-02-13T17:15:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T04:41:56.459Z (about 2 months ago)
- Topics: bootstrap, capybara, devise, rspec, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.94 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Ruby on Rails Budget App (Wallet)
> This is a mobile web application where Users can manage their budget, they have a list of transactions associated with a category, record money transactions and separate them in these categories.
## Built With
- Ruby
- Ruby on Rails
- Bootstrap
- RSpec
- PostgreSQL
- Devise## Live Demo
Check this [live demo](https://shrouded-dusk-01690.herokuapp.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
To use this project you first need to have installed the following:+ Node.js
+ Ruby
+ PostgreSQL
+ Rails* Ruby version
The version of ruby that is needed for this project is
+ 2.7.5
### SetupOnce you have installed them, you need to use the following command to clone the repository:
```git clone https://github.com/algerina/yourWallet.git```
### Database creation
Next, use this command to create the databases:
```rake db:create```Use this command to run the migrations if necesessary:
```rails db:migrate```### Usage
Use the following command to initialize the live server:
```rails s```
### Install
Run in the terminal to install the gems:
`bundle install`
### Usage
To run the Rails server, in the terminal:
`rails s`
## Author
👤 **AmelKhiri**
- GitHub: [@Algerina](https://github.com/Algerina)
- LinkedIn: [Amel Khiri](https://linkedin.com/in/amel-khiri-qahwadji-37a550135)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Ruby and Ruby on Rails Documentation
- Microverse Guidelines
- Thanks to [Gregoire Vella](https://www.behance.net/gregoirevella) for creating this [amazing layout ⭐️](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)## 📝 License
This project is [MIT](./MIT.md) licensed.