Skip to content

coding-blocks/JuniorWebsite

Repository files navigation

CODING BLOCKS JR

Coding blocks junior web application developed using Ruby on Rails

Prerequisites

The setup steps expect following to be installed on the system.

Installation

All the steps required to get started.

Clone

  • Clone this repo to your local machine using https://github.com/coding-blocks/JuniorWebsite.git

Setup

$ cd JuniorWebsite
$ bundle install

Initialize the database

$ rails db:create db:migrate db:seed
4. Start the Rails server

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

About

Coding Junior Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published