Skip to content

The app keeps track of 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. It is built using Ruby on Rails.

Notifications You must be signed in to change notification settings

Sonickmumba/Recipe-app

Repository files navigation

📗 Table of Contents

📖 Recipe app

Blog app with Rails 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:

ERD Diagram

recipe_erd_2_members

🛠 Built With

Tech Stack

Languages
Frameworks
Server
Database
Testing library
  • RSpec

Key Features

  • [A login page]
  • [A registration page]
  • [A food list (with all CRUD implementation, except for 'update')]
  • [A recipes list (with all CRUD implementation, except for 'update')]
  • [A general shopping list view (all missing food for all your recipes and total price)]
  • [A list of all public recipes from other users with their names and total prices]

(back to top)

🚀 Live Demo

  • Comming soon

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Ruby version : ruby 3.1.2p20 run ruby -v Database : PostgreSQL

 gem install rails

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone git@github.com:Sonickmumba/Recipe-app.git

Install

Install this project with:

  cd Recipe-app
  bundle install

Usage

To run the project, execute the following command:

  rails server or rails s

Run tests

The app is tested using Rspec library you can check the tests by opening your terminal, then change the directory to the location of this repo using this command cd file_path, then run this command gem install rspec, finally run this command rspec spec or rspec spec --format doc for documented test results you should see a screen like that comming soon

Deployment

You can deploy this project using:

  • Comming soon

(back to top)

👥 Authors

👤 Sonick Mumba

(back to top)

🔭 Future Features

  • [Creating a data model]
  • [Processing data in models]
  • [Validations and Model specs]
  • [Setup and controllers]
  • [Controllers specs]
  • [Views]
  • [Add forms]
  • [Integration specs for Views and fixing n+1 problems]
  • [Add Devise]
  • [Add authorization rules

(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 it a thumb up : 👍 and share this projects with your friends

(back to top)

🙏 Acknowledgments

I would like to thank...

  • Thanks to Microverse for giving the opportunity to learn
  • Code reviewers and coding partners
  • Hat tip to anyone whose code was used
  • Inspiration

(back to top)

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

(back to top)

About

The app keeps track of 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. It is built using Ruby on Rails.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published