Coding blocks junior web application developed using Ruby on Rails
The setup steps expect following to be installed on the system.
All the steps required to get started.
- Clone this repo to your local machine using
https://github.com/coding-blocks/JuniorWebsite.git
$ cd JuniorWebsite
$ bundle install
$ rails db:create db:migrate db:seed
You can start the rails server using the command given below.
rails s
And now you can visit the site with the URL http://localhost:3000