petrachi / jsonapi4rubybiscuit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This repo is designed to showcase the code written for a french article about API following jsonapi.org spec, written for the ruby-biscuit newsletter.

  • Part 1
  • Part 2 - to be published

Install

  • Build the docker images
    • docker-compose build
  • Then create and seed the db
    • docker-compose run web rails db:create
    • docker-compose run web rails db:seed
  • And run it
    • docker-compose up

About


Languages

Language:Ruby 92.7%Language:HTML 5.4%Language:JavaScript 1.0%Language:CSS 0.7%Language:Dockerfile 0.2%