An open API service indexing awesome lists of open source software.

https://github.com/ervinismu/rails-workshop

simple CRUD api for rails
https://github.com/ervinismu/rails-workshop

api rest-api ruby ruby-on-rails

Last synced: 7 months ago
JSON representation

simple CRUD api for rails

Awesome Lists containing this project

README

          

# rails-workshop
Simple CRUD API usung Ruby on Rails framework

# Pre
- Ruby version 2.5.0 or higher
- Bundler
- Rails

# Run Local
- `git clone ` | 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:////blog-workshop/coverage/index.html`, open browser for show code coverage.

#### Author
ervinismu | social.ervin@gmail.com