This 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 all your recipes. Also, since sharing recipes is an important part of cooking, the app should allow you to make them public so anyone can access them.
- Ruby
- Rails
- Rspec
- Capybara
To get a local copy up and running follow these simple example steps.
-
You should have ruby installed in your machine, you can follow the steps given by the official documentation.
-
You should have a postgres user with superuser permissions. you can refer to the official postgres documentation to create or update a role.
First, you must clone this repository locally running this command:
git clone git@github.com:anagudelogu/blog_app.git
and navigate to the cloned directory:
cd blog_app
Once inside the project directory, you should install all project dependencies:
- Install bundler:
gem install bundler
- Install project dependencies
bundle install
You can get the app running locally by opening a local server:
bin/rails server
If you're on a linux-based system, you could run the executable file to run all specs:
bin/rspec
Windows users have to specify ruby in this case:
ruby bin/rspec
👤 Andres Agudelo
- GitHub: @anagudelogu
- Twitter: @AgudeloAndres__
- LinkedIn: Andres Agudelo Guzman
👤 Mariana Revilla Lérida
- GitHub: @marurevi
- Twitter: @MaruRevilla
- LinkedIn: Mariana-Revilla-Lérida
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.