cesardoliveira / tasks-api-ruby

This is a simple example to show basic Ruby on Rails API structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Ruby API Tasks

tasks-api-ruby is a backend server to creating your tasks. This is a simple example to show basic Ruby on Rails API structure.

Getting Started

Before you start make sure you have installed:

If you are using Windows install the Ruby Devkit.

Available Scripts

Clone repo, in the project directory, you can run on terminal the follwing comands:

Update RubyGem to the latest version.

gem update --system

Update your gems to the latest available versions.

bundle update --bundler

Active Record Migrations.

rails db:migrate

To start the server use:

rails s

About

This is a simple example to show basic Ruby on Rails API structure.


Languages

Language:Ruby 99.2%Language:HTML 0.8%