lmunozm1702 / recipes_on_rails

Rails recipes project.
MIT License
0 stars 1 forks source link
ruby

Recipe app

📗 Table of Contents

📖 Recipe app

The 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 a recipe. Also, since sharing recipes is an important part of cooking the app allows us to make them public so anyone can access them.

🛠 Built With

Tech Stack

Client
Database

Key Features

(back to top)

💻 Getting Started

Prerequisites

Ruby
Ruby on Rails
Visual Studio Code
PostgreSQL

Setup

git clone https://github.com/lmunozm1702/recipes_on_rails
cd recipes_on_rails

Install

bundle install
rails db:create
rails db:migrate

Usage

rails server

Test

rspec spec

(back to top)

👥 Authors

👤 Luis Muñoz

👤 Amanuel Galema

(back to top)

🔭 Future Features

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

🙏 Acknowledgments

Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)