An open API service indexing awesome lists of open source software.

https://github.com/luhluh-17/rails-blog

A simple blog app made with Rails 7
https://github.com/luhluh-17/rails-blog

rails7 ruby

Last synced: 2 months ago
JSON representation

A simple blog app made with Rails 7

Awesome Lists containing this project

README

          

# LuhLuhDev Blog
A simple blog application made with Ruby on Rails 7

### 💻 Features:
* Created a MVC Architecture application that uses the basic CRUD functions.
* Display all the articles by the recent order in the ActionView.
* Added a feature to display the distance of time in words from the article posting to the current time in the ActionView using the built-in DateHelper methods.
* Added a helper function to convert and display the default timestamps of the model in a human-readable format.
* Added a helper function to calculate the needed time to read the article in the BlogHelper module.

### 🚀 Live Demo
https://rails-blog.up.railway.app/

### 👨🏽‍💻 Tech Stacks

Category | Languages / Frameworks / Tools
:---------: | :-------------------------------:
Front-end | [![html5](https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/HTML5_Badge.svg/64px-HTML5_Badge.svg.png)][1] [![css3](https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/CSS3_logo.svg/64px-CSS3_logo.svg.png)][2]
Back-end | [![ruby](https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Ruby_logo.svg/64px-Ruby_logo.svg.png)][3] [![ruby on rails](https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Ruby_On_Rails_Logo.svg/170px-Ruby_On_Rails_Logo.svg.png)][4] [![PostgreSQL](https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Postgresql_elephant.svg/64px-Postgresql_elephant.svg.png)][5]

### 📷 Screenshots
![rails_blog_home-min](https://user-images.githubusercontent.com/33846123/200432456-a4427edf-434b-4841-8dde-a099fa300761.png)

[1]: https://commons.wikimedia.org/wiki/File:HTML5_Badge.svg
[2]: https://commons.wikimedia.org/wiki/File:CSS3_logo.svg
[3]: https://commons.wikimedia.org/wiki/File:Ruby_logo.svg
[4]: https://commons.wikimedia.org/wiki/File:Ruby_On_Rails_Logo.svg
[5]: https://commons.wikimedia.org/wiki/File:Postgresql_elephant.svg