Skip to content

chippermist/meme-browser-application-TheKnights

 
 

Repository files navigation

Meme Browser

Description

The website allows users to create posts that contain a meme (image) and a title associated with the image. Users can also search based on tags on the image. They will be able to like/dislike the image and comment on the images to share their viewpoint. And individual comments can also have their own comments to reflect opinion on a comment.

Setup Guide

First thing that needs to be done is to clone the repository:

git clone https://github.com/scalableinternetservices/TheKnights.git

Alternatively you can also use Github Desktop application/zip to clone/copy the repo.

Once the repository has been clones you can run the following to set up the working project dir:

cd TheKnights
bundle install
rails db:migrate

rails db:seed can be used to pre-populate the page for demo posts etc.

If all of the above commands run successfully you should be able to start the rails server now to see the web app, you can do so using:

rails server

Team Members

  • Chinmay Garg

  • Fredrik Soermo

  • Silje Tyrihjell

  • Navjot Singh

  • Aneesha Mathur

About

A meme browser project for CS291A - Scalable Web Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.3%
  • HTML 16.2%
  • CSS 3.2%
  • JavaScript 1.7%
  • CoffeeScript 0.6%