EyasuTeshome / recipe-app-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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Microverse README Template

πŸ“— 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.

πŸ›  Built With

Tech Stack

This project was built using.

Client
Server
Database

Key Features

key features of the application.

  • User can register and login
  • Authenticated User can manage recipes
  • Authenticated User can manage inventories

(back to top)

πŸš€ Live Demo

Under construction. Come back later

(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 installed
  • Postgresql installed
  • git installed [In case you want to clone this repo using your terminal]
  • Any IDE or text editor that supports Ruby

Setup

Clone this repository to your desired folder:

1. Clone this repository or download the Zip folder:"

$ git clone https://github.com/bienvenuushindi/recipe-app.git

2. Navigate to the location of the folder in your machine:

you@your-Pc-name:~$ cd <folder>

3. Press Enter to navigate to your local clone.

4. Install the gems:

bundle install

5. Create database and run the necessary migration files :

$ bin/rails db:create
$ rake db:migrate

6 Finally you can run the server:

rails s

(back to top)

πŸ‘₯ Authors

πŸ‘€ Ushindi Bienvenu

πŸ‘€ Eyasu Teshome

(back to top)

πŸ”­ Future Features

  • Deploy the recipe application
  • Write tests
  • Implement API for this web application

(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, kindly drop a star.

(back to top)

πŸ™ Acknowledgments

We would like to thank the Ruby community and Microverse team

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

License:MIT License


Languages

Language:Ruby 57.7%Language:HTML 27.7%Language:CSS 13.0%Language:JavaScript 1.4%Language:Shell 0.1%