An open API service indexing awesome lists of open source software.

https://github.com/leighayanid/markee

A simple bookmarking app built with Rails 5 and MaterializeCSS
https://github.com/leighayanid/markee

bookmarks-manager materialdesign materializecss rails-application ruby ruby-on-rails webscraping

Last synced: 5 months ago
JSON representation

A simple bookmarking app built with Rails 5 and MaterializeCSS

Awesome Lists containing this project

README

          

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](http://i.imgur.com/mAtjBv2.png)

---

## 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](https://github.com/leighayanid/markee/blob/master/LICENSE.md)

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