Git Product home page Git Product logo

chefrecipes's Introduction

README

  • Rails 5.0.7.2

  • Ruby 2.7.1

  • Create a home route

  • Add bootstrap framework to the app

  • Create Navbar for the home page

  • Create footer and its CSS classes

  • Create models for chef and recipe

  • Add validations using TDD

  • Add chef_id(foreign key) to recipes

  • Chef-Recipes 1:many association

  • Flesh out standard endpoints for recipes by adding resource in Routes:

Prefix     |     VERB  |  URI Pattern    |    Controller#Action 
------           ----     -----------         -----------------
*  recipes        GET      /recipes            recipes#index
*  new_recipe     GET      /recipes/new        recipes#new         #display a form
*                 POST     /recipes            recipes#create      #submit info from the form
*  edit_recipes   GET      /recipes/:id/edit   recipes#edit        #display edit form
*                 PATCH    /recipes/:id        recipes#update      #submite edited form
*  recipe         GET      /recipes/:id        recipes#show        #show one requested recipe
*                 DELETE   /recipes/:id        recipes#destroy     #delete specified recipe
  • Gravatar support to chefs

  • Forms to create and edit a recipe

  • Implement the delete and list recipes routes

  • Add password digest to chefs

  • Implement Chef signup

  • Chef profile show page

  • Edit Chef profile

  • Pagination of listings

  • Delete Chef cascaded with their recipes

  • Authentication/Login session

  • Admin role page and tests

  • Ingredient model and m:m associations

  • Comments table and their associations with recipe and chef

  • Add Comments to show recipe page

  • Add Ingredients to recipe views

  • ...

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.