altontonn / 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. Also, since sharing recipes is an important part of cooking the app should allow you to make them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Rceipe App

πŸ“– Description

Describe your project in 1 or 2 sentences.

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.

πŸ› οΈ Built With

  • Ruby on Rails
  • Postgresql
  • Capybera
  • Rspec
  • Cancancan
  • Devise

Key Features

  • Sign up new user
  • Add Recipe
  • Add Food
  • Generate shoping list

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

  • A code editor
  • Ruby installed
  • Ruby on Rails installed
  • Postgresql installed

Setup

Clone this repository to your desired folder: https://github.com/altontonn/Recipe-app.git

  cd my-folder
  

recipe-app

Istall

install this project with: bundle install rails db:create rails db:migrate

Start

To start the application, run the following command

rails server

Run tests

rspec

Usage

To run the project, run ruby <filename> in your terminal

(back to top)

πŸ‘₯ Authors

πŸ‘€ Ekpenisi Erue Raphael

πŸ‘€ Newton Alumasa

(back to top)

πŸ”­ Future Features

  • Set up associations
  • Add basic UI

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!
  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request.

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)

πŸ“ 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

License:MIT License


Languages

Language:Ruby 60.6%Language:HTML 31.4%Language:CSS 3.6%Language:Batchfile 3.0%Language:JavaScript 1.3%Language:Procfile 0.1%