alicemirigo92 / Recipe-App

This is a simple app to keep 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

πŸ“— Table of Contents

πŸ“° Recipe-App

Tech Stack

Key Features

  • Add Food
  • Add user
  • Add Recipe
  • Add User Authentication
  • View Food and Recipe
  • Add test

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

  • git use the following link to setup git if you dont have it already installed on your computer Install git

  • Ruby use the following link to setup Ruby if you dont have it already installed on your computer Install ruby

  • Rails use the following link to setup Rails if you dont have it already installed on your computer Install rails

  • PostgreSQL use the following link to setup PostgreSQL if you dont have it already installed on your computer Install postgresql

Setup

Clone this repository to your desired folder: Example command:

  git clone https://github.com/Divinity-dev/Recipe-App
  cd recipe-app

Install

Example command:

  cd recipe-app
  bundle install (install all dependencies)

Usage

To run the project redirecting to the root directory of the project and run the following command:

 bin/rails server (to run web application)

Test

To test the web app run the following command:

 rspec spec (  to test the console application)

πŸ‘₯ Authors

πŸ‘€ Alice Mirigo

πŸ‘€ Divine Asiriuwa

(back to top)

πŸ”­ Future Features

  • User Profile.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

We would like to thank microverse community for the support and guidance.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

This is a simple app to keep 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 65.4%Language:HTML 25.4%Language:CSS 5.4%Language:Batchfile 2.6%Language:JavaScript 1.1%