Skip to content

coryodaniel/drinks

Repository files navigation

App Setup

rvm install ruby-2.3.0;
rvm gemset create drinks;
rvm use ruby-2.3.0@drinks;
gem install bundler;
bundler install;
rake db:setup;
rake db:migrate;
rake db:seed;

Reading on Heroku Setup

Boozy Outline

  • Week 1: Ingredient
    • JSONAPI
      • REST methods
      • sort
      • sparse fieldsets
    • jsonapi-resources gem
  • Week 2: Category
    • ancestry
    • materialized path pattern
    • JSONAPI
      • Relationships
        • Explore ingredients relationship
          • Link to related category
          • Link to ingredient-category relationship
      • Filters
      • Include
      • Create / POST
  • Week 3: Recipe
    • Friendly URL parsing
    • Recipes
      • RecipeIngredient
        • Ingredient or Category
    • Attributes API
  • Week 4: Users
    • JWT
    • Securing JSONAPI resource access
  • Week 5: React
    • Sign Up
    • Log In
    • Add Recipe

More Reading

About

A boozy app to teach JSONAPI and some other stuff on Nerd Nights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published