CookReady is an online recipe web app capstone project that makes it easy to find and organize your favorite recipes. With CookReady, you can save and organize your favorite recipes and even generate a shopping list to make sure you have all the ingredients you need. CookReady also allows you to create your own recipes and share them with friends and family. With CookReady, you can make sure that you always have the perfect dish for any occasion. It was build on this Entity Relationship Diagram
Ruby on Rails (simplify as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a modelβviewβcontroller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing.
Key features of the application are
Add a link to your deployed project.
This project can be used by anyone for any good purpose.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/belmeetmule/Recipe-App
Install this project with:
cd Recipe-app
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rails rspec spec
You can deploy this project using:
π€ Ernest Odjegba
π€ Mulugeta M
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project buy the team a drink
Give credit to everyone who inspired your codebase.
We would like to thank Microverse for inspiring this project
Is Rails still relevant?
Is it easy to learn Ruby on Rails
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.