bouyagas / simple-rails-rest

Simple Rails 5 REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIMPLE RAILS 5 REST API

Example of a basic REST API to perform CRUD functions. Uses MySQL by default. Please add your own database and credentials

INSTALL DEPENDENCIES

$ bundle install

RUN MIGRATION

$ rails db:migrate

RUN SERVER

$ rails s

About

Simple Rails 5 REST API


Languages

Language:Ruby 98.9%Language:HTML 1.1%