gaelik / basic_ruby_on_rails_mysql_api

Discovering ruby on rails and APIs

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
 2.6.3
  • System dependencies
  rails 5.2.3
  mysql
  faker

https://gorails.com/setup/osx/10.14-mojave

  • Configuration
 bundle install
  • Database creation, initialization
rails db:create db:migrate db:seed
  • Starting the server
  rails s
  • ...

About

Discovering ruby on rails and APIs


Languages

Language:Ruby 98.9%Language:HTML 1.1%