https://github.com/oluwis/rails-blog-app
Blog feito com Ruby on Rails.
https://github.com/oluwis/rails-blog-app
rails rails7 ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
Blog feito com Ruby on Rails.
- Host: GitHub
- URL: https://github.com/oluwis/rails-blog-app
- Owner: OLuwis
- License: mit
- Created: 2024-04-16T19:39:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T08:31:32.000Z (over 1 year ago)
- Last Synced: 2025-02-28T16:09:19.671Z (over 1 year ago)
- Topics: rails, rails7, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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







### Desenvolvimento Local
1. Clone este repositório
```sh
git clone https://github.com/OLuwis/rails-blog-app.git
```
2. Inicie o servidor local
```sh
bin/rails server
```
3. Acesse o servidor no seu navegador
```sh
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







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