https://github.com/allangomes/kanban-ruby
Kanban API write with Ruby on Rails.,
https://github.com/allangomes/kanban-ruby
active-model-serializers api factory-bot postgres rspec ruby ruby-on-rails rubyonrails shoulda-matchers
Last synced: 5 months ago
JSON representation
Kanban API write with Ruby on Rails.,
- Host: GitHub
- URL: https://github.com/allangomes/kanban-ruby
- Owner: allangomes
- Created: 2018-06-21T08:37:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T10:42:27.000Z (over 2 years ago)
- Last Synced: 2025-01-20T21:09:21.210Z (5 months ago)
- Topics: active-model-serializers, api, factory-bot, postgres, rspec, ruby, ruby-on-rails, rubyonrails, shoulda-matchers
- Language: Ruby
- Homepage:
- Size: 72.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kanban Ruby
### Frontend
https://github.com/allangomessl/kanban-react### Similar Backends
- https://github.com/allangomessl/kanban-elixir### How to use
- config your postgres database in `config/database.yml`
- run `bin/rake db:setup`
- run `bin/rails s`