Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 638 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 638 Bytes

QueueOverflow - A replica of StackOverflow

Usage

  • Can directly access the website link : QueueOverflow
  • In order to play with the code clone this repo to your local system

Installation

Prior to run this project on the local server one must install following dependencies inside the root directory of the project:

$ bundle install
$ yarn

Note : Database used in the project is postgres. So, one must install postgres prior running this project

  • creating and migrating database
$ rake db:create
$ rake db:migrate
  • Hosting a local server
$ rails server