# Live Demo
REQUIRED SECTIONS:
The Ruby on Rails capstone project (remember what they are?) is about building 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.
Recipe App is a…
Describe the tech stack and include only the relevant sections that apply to your project.
To get a local copy up and running follow these simple example steps.
Ruby version
System dependencies
Configuration
Database creation
Database initialization
How to run the test suite
Services (job queues, cache servers, search engines, etc.)
Deployment instructions
To run the project, execute the following command:
Run the following command to install all dependencies.
$ bundle install $ code.
To create your local Database
$ rails db: create $ rails db: migrate
To install rspec, in the terminal kindly run this command
$ gem install rspec To run tests, please run this command
$ rspec ./spec/#{filename}_spec.rb To run all tests, please run this command
or $ spec
👤 Karam Fouad
CContributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.