The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
- Programming Language: Ruby
- Framework : Ruby on Rails
- Linter: Rubocop
- VS Code
You can get a local copy up and running following these simple steps.
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Ruby.
https://documenter.getpostman.com/view/15224667/VUqypEbM
In the terminal, go to your file directory and run this command.
Clone the repository
$ git clone https://github.com/Baroka-wp/recipe-app
$ cd recipe-app
Install Gemfile
$ bundle install
Run the app
$ rails s
To check linter
$ rubocop --color
To run testing
$ rspec
👤 Irotori Baroka
👤 Jonathan Sivahera
- GitHub: @jssol
- Twitter: @jsivahera
- LinkedIn: jsivahera
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Coding Partners
- Code Reviewers
This project is MIT licensed.