Skip to content

OLuwis/rails-blog-app

Repository files navigation

Rails Blog App

BR

Introdução

Esta aplicação foi feita usando Ruby 3+ e Rails 7+.

Este blog possui sistema de CRUD, autenticação, integração com bancos de dados, testes unitários e de integração, envios de emails, arquitetura MVC e jobs assíncronos em segundo plano.

Este blog é conteinerizado com Docker e Compose, e também usa Sidekiq para jobs em segundo plano.

Feito com

Ruby Badge Ruby on Rails Badge Sidekiq Badge Redis Badge PostgreSQL Badge SQLite Badge Docker Badge

Desenvolvimento Local

  1. Clone este repositório
git clone https://github.com/OLuwis/rails-blog-app.git
  1. Inicie o servidor local
bin/rails server
  1. Acesse o servidor no seu navegador
http://localhost:3000

EN

Introduction

This application was built using Ruby 3+ and Rails 7+.

This blog features a CRUD system, authentication, database integration, unit and integration testing, email sending, MVC architecture, and asynchronous background jobs.

This blog is containerized with Docker and Compose, and also uses Sidekiq for background jobs.

Built with

Ruby Badge Ruby on Rails Badge Sidekiq Badge Redis Badge PostgreSQL Badge SQLite Badge Docker Badge

Local Development

  1. Clone this repository
git clone https://github.com/OLuwis/rails-blog-app.git
  1. Start the local server
bin/rails server
  1. Access the server in your browser
http://localhost:3000