Skip to content

I-m-Parthian/QueueOverflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Attempt to replicate Stack Overflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published