Skip to content

The Recipe app keeps track of all your recipes, ingredients, and inventory.

License

Notifications You must be signed in to change notification settings

Cabraham1/RecipeApp-RoR-group-project

 
 

Repository files navigation

personal logo

RecipeApp - RoR group project

📗 Table of Contents

📖 RecipeApp - RoR group project

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 should allow you to make them public so anyone can access them.

personal logo

🛠 Built With

Tech Stack

Client
  • Ruby
Data Base
  • Postgresql
Sever
  • Rails

Key Features

  • [Add new recipes, ingredients and inventory]
  • [List recipes, ingredients and inventory]
  • [Share recipes to make them public]
  • [Authorization and Authentication]

Back to top

🚀 Live Demo

Video Demo Link

Comming soon

💻 Getting Started

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

Prerequisites

  • You'll need any code editor

Setup

Clone this repository to your desired folder:

  git clone git@github.com:NicolasAndrehh/RecipeApp-RoR-group-project.git
  cd RecipeApp-RoR-group-project

Install

Install this project with:

  bundle install
  rails db:create
  rails db:migrate
  rails db:seed

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rails db:migrate RAILS_ENV=test
  rspec

👥 Authors

👤 Luis Sanchez

🕵🏽‍♀️ Abraham Christopher

Back to top

🔭 Future Features

  • [Improve UI design]
  • [Improve the desktop version]

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 you can give it a star!

Back to top

🙏 Acknowledgments

I would like to Microverse community for helping me to improve my skills.

Back to top

📝 License

This project is MIT licensed.

Back to top

About

The Recipe app keeps track of all your recipes, ingredients, and inventory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 66.6%
  • HTML 27.4%
  • CSS 4.6%
  • JavaScript 1.2%
  • Shell 0.2%