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

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

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
```