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
- Host: GitHub
- URL: https://github.com/leighayanid/markee
- Owner: leighayanid
- License: mit
- Created: 2017-01-01T04:48:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T09:20:58.000Z (over 9 years ago)
- Last Synced: 2025-04-07T10:44:21.277Z (about 1 year ago)
- Topics: bookmarks-manager, materialdesign, materializecss, rails-application, ruby, ruby-on-rails, webscraping
- Language: Ruby
- Homepage: https://markee.herokuapp.com
- Size: 622 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.

---
## 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.