This is the capstone project of the Microverse Ruby on Rails module. The project is completed as part of the Microverse remote software developement curriculum using the pair programming approach. In this project I created transaction log app where users can create an account with their username and add expenses which can be grouped and solo into the names of their choice. Also Users can view each expenses in each group. and Users can track the total amount of their expenses.
- Ruby v2.7.0
- Ruby on Rails v6.1.3.2
- Bootstrap
- Rspec
To get a local copy up and running follow these simple example steps.
https://github.com/Shaher-11/transaction
Ruby: 2.7.0 Rails: 6.1.3.2 Postgres: >=9.5
Instal gems with:
yarn install
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/ in your browser.
rspec --format documentation
👤 Shaher Shamroukh
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Design idea by Gregoire Vella
This project is MIT licensed.