weslley6216 / codeplay-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

API

Obtendo um curso

GET 'api/v1/courses'

resposta:

[
  {
    id: 10,
    name: 'Ruby on Rails'
  }
]

About


Languages

Language:Ruby 75.1%Language:HTML 22.1%Language:JavaScript 2.2%Language:CSS 0.6%