recipe_app_rails

Good repo

MIT License

Stars
3

Recipe app with rails

The recipe is created with ruby on rails and allows logged in users to create recipes from food items they have available. It also allows them to view public recipes shared by other users.

Project screenshot

Project screencast

https://user-images.githubusercontent.com/58771507/169491582-9f808b68-e362-4ea5-b255-9ba3c7ec8bb0.mp4

Additional description about the project and its features.

This project give options to add food and recipe, also quantity can be added to food based on the praparation requirements

Built With

  • RUBY on RAILS
  • PostgreSQL

How to Setup

Clone the repository

git clone https://github.com/Ginohmk/recipe_app_rails.git

Navigate to the cloned project

cd recipe_app_rails

How to Run the App through terminal

You need to have ruby and ruby on rails installed on your machine

Install Gems

bundle install

then initialize the database

rails db:reset

In case its the first time:

rails db:create

then

rails db:migrate

thereafter run

rails s

Authors

👤 Mithi

@githubhandle @twitterhandle @LinkedIn

👤 Mike

🤝 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

  • Microverse Team for facilitating project requirements and resources

📝 License

This project is MIT licensed

Related Projects