/recipe_app

This project is a functional Recipe app created using Ruby on Rails. It allows user to create multiple recipes, foods, inventory lists and connect them together.

Primary LanguageRubyMIT LicenseMIT

πŸ“— Table of Contents

πŸ“– Recipe App

This project is a functional Recipe app created using Ruby on Rails. It allows user to create multiple recipes, foods, inventory lists and connect them together.

πŸ›  Built With

Tech Stack

Key Features

  • User can created multiple recipes
  • User can view food list -User can view recipes

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • IDE or code editor: VsCode, atom, sublime...
  • To have Ruby and Git installed on your system.
  • To have Node.js installed on your system.

After installing Ruby, run the following command to install rails.-

 gem install rails

Setup

Clone this project on your local machine using the following command in your terminal:

  git clone https://github.com/ginabeki/recipe_app.git

Install

Run the following command to install all project's dependencies:

  cd recipe_app
  bundle install
  node install

Usage

To run the project, execute the following command:

Example command:

  rails server

OR

  rails s

πŸ‘₯ Authors

πŸ‘€ Gina Beki

πŸ‘€ Abdallah Antony

πŸ”­ Future Features

  • Add GUI

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project, kindly give it a star ⭐️

πŸ™ Acknowledgments

  • Microverse
  • Ruby on Rails DocumentationπŸ™ƒ
  • Every person who inspired this codebase.

πŸ“ License

This project is MIT licensed.

(back to top)