Skip to content

Rails app designed to enhance bookmark organization. Users have ability to add tags and descriptions.

Notifications You must be signed in to change notification settings

kevwang424/metamarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaMarks

MetaMarks is a Rails web application that allows users to add value to their bookmarks.

Typical bookmarks in browsers only have a description/title and a link to the site. MetaMarks gives users the ability to better organize under the same tag. Users are also given the most popular sites that all users across the site have bookmarked.

Installing

  • run bundle install to download all necessary gems
  • rake db:create to create the database
  • rake db:migrate to create the tables
  • rake db:seed to populate with seed data, optional

Development Deployment

Run rails s and is defaulted to localhost:3000.

Authors

About

Rails app designed to enhance bookmark organization. Users have ability to add tags and descriptions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.1%
  • HTML 19.6%
  • CSS 2.6%
  • JavaScript 1.7%