aayushgupta05 / StackOverflow-Clone

Platform to ask questions and get solutions to it in real-time with the ability to search through questions based on the Tags they have.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StackOverflow Clone App

A web application enabling users to ask questions and get their doubts resolved from other community members in real-time with the ability to search through the questions based on the tags they have attached.

Technologies Used

  • Backend: Rails6
  • Database: SQLite

Setup

  1. Clone the repository git clone https://github.com/aayush-05/StackOverflow-Clone.git
  2. Move into project folder cd StackOverflow-Clone
  3. Install bundler gem install bundler and then install dependencies bundle install
  4. Create database rails db:create and run migrations rails db:migrate
  5. Finally run the application at 127.0.0.1:3000 using rails server

Screenshots

  • Homepage Homepage
  • Dashboard Dashboard
  • Ask Question Form Ask Question Form Ask Question Form
  • Question Details Question Details
  • Tag Search Tag Search
  • Real Time Communication Real Time Communication

About

Platform to ask questions and get solutions to it in real-time with the ability to search through questions based on the Tags they have.


Languages

Language:Ruby 63.2%Language:HTML 26.8%Language:JavaScript 7.3%Language:SCSS 1.6%Language:CSS 1.1%