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.
- Ruby
- Ruby on Rails
- Bootstrap
- RSpec
- PostgreSQL
- Devise
Check this live demo
To get a local copy up and running follow these simple example steps.
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
Once you have installed them, you need to use the following command to clone the repository:
git clone https://github.com/algerina/yourWallet.git
Next, use this command to create the databases:
rake db:create
Use this command to run the migrations if necesessary:
rails db:migrate
Use the following command to initialize the live server:
rails s
Run in the terminal to install the gems:
bundle install
To run the Rails server, in the terminal:
rails s
👤 AmelKhiri
- GitHub: @Algerina
- LinkedIn: Amel Khiri
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Ruby and Ruby on Rails Documentation
- Microverse Guidelines
- Thanks to Gregoire Vella for creating this amazing layout ⭐️
This project is MIT licensed.