Skip to content

This app is all about recipes and foods. Users can create a recipe with the ingridents and generate the shopping list.

Notifications You must be signed in to change notification settings

AbrahaKahsay/recipe_app

 
 

Repository files navigation

Recipe app

This app is all about recipes and foods. Users can create a recipe with the ingridents and generate the shopping list.

Built With 🛠️

  • Major languages: Ruby
  • Frameworks: Ruby on Rails
  • Technologies used: Rubocop, gem, Postgresql

Live Demo (if available)

Live Demo Link

Setup

To use this project:

Create, drop and, reset a database

  • rails db:create
  • rails db:drop
  • rails db:reset

Starting up the webserver

  • rails s # or
  • rails server

Generate schema

  • rails db:migrate

Generate model and controller specs

-rails generate rspec:model ModelName -rails generate rspec:controller ControllerName

Run specs or tests

  • bin/rails spec or rspec

Authors ✍️ 👥

👨‍💻 Abraha Kahsay ✍️

👨‍💻 Alzubair Alqaraghuli ✍️

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

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.

About

This app is all about recipes and foods. Users can create a recipe with the ingridents and generate the shopping list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 64.1%
  • HTML 28.6%
  • Batchfile 3.1%
  • SCSS 2.1%
  • JavaScript 1.3%
  • CSS 0.8%