ervinismu / rails-workshop

simple CRUD api for rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails-workshop

Simple CRUD API usung Ruby on Rails framework

Pre

  • Ruby version 2.5.0 or higher
  • Bundler
  • Rails

Run Local

  • git clone <url repo> | Clone this repo
  • bundle install | Install gem
  • rake db:create | Create database
  • rake db:migrate | Create migration
  • rails server | Running rails server in localhost
  • running at http://localhost:3000

Run Testing

  • bundle exec rspec
  • Open file index.html in file:///<your-path-to-file>/blog-workshop/coverage/index.html, open browser for show code coverage.

Author

ervinismu | social.ervin@gmail.com

About

simple CRUD api for rails

License:MIT License


Languages

Language:HTML 57.3%Language:Ruby 22.4%Language:CSS 19.6%Language:JavaScript 0.6%Language:CoffeeScript 0.1%