To get a local copy up and running, follow these steps.
In order to run this project you need Ruby version >= 3.2
Install Ruby & Ruby on Rails on your local machine
Clone this repository to your desired folder:
RUN git clone https://github.com/fezzopro/recipe_app.git
RUN cd recipe_app
Install System dependencies with:
RUN bundle install
RUN rails db:create
RUN rails db:migrate
To run the project, execute the following command:
RUN rails server
OR
RUN rails s
To run tests and check linters linter, run the following command:
RUN rubocop -A
RUN rspec
π€ Felix KAMANA
π€ Paul Tesfaye
Contributions, issues, and feature requests are welcome!
If you like this project kindly give it a starβοΈ.
I would like to thank Microverse for the idea for this project.
This project is MIT licensed.