Skip to content

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

Notifications You must be signed in to change notification settings

cesardoliveira/tasks-api-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published