Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 591 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 591 Bytes

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