Skip to content

marurevi/ror-recipe-app

 
 

Repository files navigation

Recipe app

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.

Built With

  • Ruby
  • Rails
  • Rspec
  • Capybara

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • 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.

Setup

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

Install

Once inside the project directory, you should install all project dependencies:

  • Install bundler:
gem install bundler
  • Install project dependencies
bundle install

Usage

You can get the app running locally by opening a local server:

bin/rails server

Run tests

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

Authors

👤 Andres Agudelo

👤 Mariana Revilla Lérida

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

Recipe app made with @anagudelogu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 79.6%
  • HTML 17.9%
  • JavaScript 1.5%
  • Other 1.0%