- The idea is to create a simple blog in RoR on the backend and ReactJS on the frontend.
-
✅ Post new articles
- ✅ Plain text
- ❌ Photos
- ❌ Markdown
-
✅ Add comments to articles
- ✅ Plain text
- ❌ Photos
- ❌ Markdown
-
❌ Signup
- ruby 3.2.2
- rails 7.2.1
- default sqlite3 database
- Run
rails db:migrate
to create the database schema
- TBA