https://github.com/pixelcaliber/kepler
Ruby on Rails CRUD application to create and share microposts
https://github.com/pixelcaliber/kepler
blog-platform crud-application rails-application ruby ruby-gem ruby-on-rails
Last synced: 5 months ago
JSON representation
Ruby on Rails CRUD application to create and share microposts
- Host: GitHub
- URL: https://github.com/pixelcaliber/kepler
- Owner: pixelcaliber
- Created: 2024-07-15T12:44:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T12:54:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T10:44:12.792Z (about 1 year ago)
- Topics: blog-platform, crud-application, rails-application, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Important commands
```
rails server
rails test
rails db:migrate
rails db:migrate:reset
rails db:seed
bundler install
bundler update
```