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.
- Clone este repositório
git clone https://github.com/OLuwis/rails-blog-app.git
- Inicie o servidor local
bin/rails server
- Acesse o servidor no seu navegador
http://localhost:3000
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.
- Clone this repository
git clone https://github.com/OLuwis/rails-blog-app.git
- Start the local server
bin/rails server
- Access the server in your browser
http://localhost:3000