Skip to content

qwibbler/recipe-app

Repository files navigation

Recipe App

The Recipe app keeps track of all your recipes and ingredients. 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, this app should allow you to make them public so anyone can access them.

Built With

  • Ruby
  • Rails
  • Rubocop
  • Devise
  • Rspec
  • Capybara

Getting Started

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

  • git clone https://github.com/qwibbler/recipe-app

  • change to the directory using cd recipe-app

  • open with your preffered code editor.

Running the project

To run the project,

  • Navigate to the root directory of the project cd recipe-app
  • run bundle install
  • run rails db:create
  • run rails db:migrate
  • run rails s
  • Go to localhost:3000 (or whatever port the server is listening on).

Runnig tests

  • run rails db:seed RAILS_ENV=test
  • run rspec

Authors:

👤 Humaira Zaman

👤 Edgar Esteban Muñoz Alba

🤝 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

📝 License

This project is MIT licensed.