Note: To run this app,make sure you have ruby, rails and sqlite3 installed on your machine first. You can check Rails guide - To install. | Ui of this app made with Bootstrap 4 components .
- User authentication.
- Rich text editor when write posts can add images, videos, links, code snippet and more.
- Edit post anytime with the same text editor.
- Publish and Unpublish posts option.
- Pagination.
- Posts tags.
- Commenting system with Disqus.
- Post Reactions!
- Account management.
- Reactive flash messages.
After install all above mentioned stuff!
$ cd rorblog
$ bundle install
$ rails server
Ue can use rails cli to create user after reading schema, or Using this temp account!
emial: [email protected]
password: muhammed
- Adding signup page.
- Social media websites login.
Rorblog is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
Plugin | README |
---|---|
Devise | [https://github.com/plataformatec/devise] |
Annotate | [https://github.com/ctran/annotate_models] |
Will Paginate | [https://github.com/mislav/will_paginate] |
ActsAsTaggableOn | [https://github.com/mbleigh/acts-as-taggable-on] |
TinyMCE | [https://www.tiny.cloud/] |
Bootstrap | [https://getbootstrap.com/] |
Disqus | [https://disqus.com/] |
Find me on Twitter, thank to the teacher @stephenfiser.
MIT
👐