Skip to content

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.

Notifications You must be signed in to change notification settings

JakariaJishan/Recipe-app

 
 

Repository files navigation

Recipe App

📗 Table of Contents

📖 Recipe App

Recipe App is a Ruby on Rails full-stack web application.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Data Model

(back to top)

💻 Getting Started

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

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

  cd my-prefered-folder

  git clone https://github.com/anderCM/Recipe-app

Install

Install this project with:

  cd Recipe-app

  bundle install

💾 Database

Create the databases and run migrations with:

rails db:create
rails db:migrate

Usage

To run the project, execute the following command:

rails tailwindcss:bundle
  rails server or rails s

Run tests

To run tests, run the following command:

  rspec spec/

(back to top)

👥 Authors

👤 Anderson

👤 Jakaria Jishan

(back to top)

🔭 Future Features

  • CRUD for articles
  • Awesome UI

(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

Thanks to Microverse for providing us with the right material to aid this project development

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.0%
  • HTML 15.7%
  • Batchfile 7.7%
  • JavaScript 4.9%
  • CSS 2.3%
  • Shell 0.4%