Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 631 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 631 Bytes

RORBLOG

This is a simple Ruby on Rails blog application. That has authentication system using devise. Part of the challenge of creating same application with same features in laravel, ruby on rails, django, dotnet core, spring and nodejs.

Features

  • Authentication
  • User profile
  • Posts
  • Post by user
  • Rich text editor for post
  • TODO: Post image and user profile picture

Content:

  • rbenv, ruby 2.7.0 and rails 6.0.2.2

  • Dependencies: mysql2, devise.

  • Database creation: specify connection and run rails db:create

  • Database initialization: run rails db:migrate