Giter Site home page Giter Site logo

retky / recipeapp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 194 KB

The Recipe app keeps track of all your recipes, ingredients, and inventory.

Home Page: https://calm-mountain-98535.herokuapp.com/

License: MIT License

Ruby 65.18% JavaScript 1.16% HTML 25.48% Batchfile 2.76% SCSS 5.42%
postgresql ruby scss rails

recipeapp's Introduction

Mv-RecipeApp

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

Prerequisites

If you haven't yet, you should first set up Git. Don't forget to set up authentication to GitHub.com from Git as well.

PostgreSQL

Require to have a User with Name: rails and password microverse

OR

Modify the user in config\database.yml lines 23 & 24.

Usage

  • Clone the repository
    • Above the list of files, click ↓Code
    • Clone with HTTPS
    • Open Terminal
    • Change the current working directory to the location where you want the cloned directory
    • Type git clone, and then paste the URL you copied earlier
    • Press Enter. Your local clone will be created
    • In your local path, where you have your repo cloned:
    • Run the command bundle install
    • Run the command npm ci
    • Create the Database rails db:create
    • Migrate the Database rails db:migrate

Author

πŸ‘€ J. Luis Arredondo

πŸ‘€ Jorge Rios

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to get in touch with any issues or suggestions.

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

recipeapp's People

Contributors

alexr16 avatar retky avatar

Stargazers

 avatar

Watchers

 avatar

recipeapp's Issues

[4.0] View Food list

  • Should display a list of food added by the logged-in user as in the wireframe (for teams with only 2 people - display also quantity of a given food).
  • Should lead to a form that allows users to add new food.

[4.0] View Recipes list

  • Should display a list of recipes created by the logged-in user as in the wireframe.
  • Should lead to recipe details.
  • If the user is the owner of the recipe, should allow the user to delete it.

[3.0] View Recipe details

  • If the recipe is public or the user is the owner of the recipe, should display the recipe details as in the wireframe.
  • If the user is the owner of the recipe, should lead to the form that allows the user to add new food.

[3.0] General shopping list view

  • Should show the list of food that is missing for all recipes of the logged-in user (compare the list of food for all recipes with the general food list of that user).
  • Should count the total food items and total price of the missing food.

[2.0] View Public recipe list

  • Should display a list of all public recipes ordered by newest as in the wireframe.
  • Should lead to recipe details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.