mkdika / rblog71

Simple blog apps build with Ruby on Rails 7.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rBlog71

License: MIT ruby badge rails badge codebeat badge github flow

Yet another simple Ruby on Rails (RoR) blog application. This is my RoR full stack web development learning project & example, including its automatic CI/CD setup and cloud platform deployment.

Note for rBlog 7.1

This is a newer version of my previously project rBlog. After 3 years working as RoR developer, and have been involving on several real production apps. This project is for me to put the so far delightfulness of working with RoR into a more simpler yet robust web application since then. Furthermore, to enjoy the mix of Ruby 3 & RoR 7 :)

Screenshots

TBA

Feature (TODO)

TBA

Running locally

TBA

Run automatic testing

Execute this command on the root of project directory:

rspec

To check the generated code coverage report, open coverage/index.html file.

Copyright and License

Copyright 2023 Maikel Chandika (mkdika@gmail.com). Code released under the MIT License. See LICENSE file.

About

Simple blog apps build with Ruby on Rails 7.1

License:MIT License


Languages

Language:Ruby 80.5%Language:HTML 10.6%Language:Dockerfile 3.6%Language:JavaScript 2.3%Language:SCSS 2.1%Language:Shell 0.8%