Skip to content

A simple bookmarking app built with Rails 5 and MaterializeCSS

License

Notifications You must be signed in to change notification settings

leighayanid/markee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markee

This is a simple bookmarking application powered by Rails 5 and MaterializeCSS that provides the main functions you'd expect from a bookmarking app, such as storing, categorizing and sharing links, etc. I built this simple web app to practice and implement what I have learned from Ruby on Rails 5 course on Udemy.

Markee Preview


Features

  • Material Design
  • Authentication
  • CRUD operations for links
  • Ability to add categories and categorized each link
  • Share links to different social networking sites
  • Other awesome features yet to be implemented

.

Setup

Clone this repo to your desktop and run bundle install to install all the dependencies.

You might want to look into app/config/database.yml to make changes to the database you want to use.


Usage

Once the dependencies are installed, you can run rails s to start the application. You will then be able to access it at localhost:3000


License

You can check out the full license here

This project is licensed under the terms of the MIT license.