Skip to content

mohamed-said/blog-project

Repository files navigation

Simple Blog Project

  • The idea is to create a simple blog in RoR on the backend and ReactJS on the frontend.

Functionality

  • ✅ Post new articles

    • ✅ Plain text
    • ❌ Photos
    • ❌ Markdown
  • ✅ Add comments to articles

    • ✅ Plain text
    • ❌ Photos
    • ❌ Markdown
  • ❌ Signup

Ruby version

- ruby 3.2.2
- rails 7.2.1

Database creation

  • default sqlite3 database

Database initialization

  • Run rails db:migrate to create the database schema

How to run the test suite

  • TBA