/blog-rails

Blog desenvolvido a partir da Onebitcode utilizando Rails (para criação de posts) + Bulma

Primary LanguageRuby

blog-rails is a blog and also a resume, where I share posts related to things that I like and also descriptions about myself and my career experiences!

The layout of the application was based on a activity of Rocketseat Reboot event and you can access it on Youtube.

The blog code was based on a Onebitcode article and you can access the post at their blog.

Languagues Top Languague Repository size Last commit date Developed by Gabriely Rodrigues

💻 Languages

  • Ruby on Rails
  • Javascript
  • HTML
  • Bulma
  • CSS
  • SQL

🚀 Running the application

  • Prerequisites

    • It's necessary to install Ruby on Rails on your machine (Rails on version '~> 6.0.2', '>= 6.0.2.2' and Ruby on version 2.7.1)
  1. Clone the application:
git@github.com:gabyrodrigues/blog-rails.git
  1. Running the application:
  # Install the dependencies
  $ bundle install

  ## Create the database
  $ rails db:migrate
 
  # Run the API server
  $ rails s

📖 Results

About mobile

About

Blog

New post

Post view

Developed by Gabriely Rodrigues