https://github.com/srikanthreddy919/forumhub
A Forum app built with Ruby on Rails
https://github.com/srikanthreddy919/forumhub
rails5 ruby
Last synced: 6 months ago
JSON representation
A Forum app built with Ruby on Rails
- Host: GitHub
- URL: https://github.com/srikanthreddy919/forumhub
- Owner: srikanthreddy919
- Created: 2019-09-15T20:54:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T14:51:16.000Z (over 3 years ago)
- Last Synced: 2025-02-09T08:31:33.397Z (over 1 year ago)
- Topics: rails5, ruby
- Language: Ruby
- Homepage: https://forumhub.herokuapp.com/
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Things you may want to cover:
### Ruby version
ruby verstion must be\
`>= 2.5`
### Bundle install
```ruby
bundle install
```
### Database creation
run following rake command to create and migrate database.
```ruby
rake db:create db:migrate db:seed
```