Skip to content

mkdika/rblog71

Repository files navigation

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.