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
- Host: GitHub
- URL: https://github.com/ervinismu/rails-workshop
- Owner: ervinismu
- License: mit
- Created: 2018-08-05T12:37:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T04:10:11.000Z (over 5 years ago)
- Last Synced: 2025-04-06T18:39:17.043Z (about 1 year ago)
- Topics: api, rest-api, ruby, ruby-on-rails
- Language: HTML
- Homepage:
- Size: 212 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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