/simple-rails-rest

Simple Rails 5 REST API

Primary LanguageRuby

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