Skip to content

Repository files navigation

blog_demo

Description

This is a blog application built with Ruby on Rails. It allows users to create, read, update, and delete posts.

Ruby Version

Ruby 3.3.4

Rails Version

Rails 7.1.3.4

System Dependencies

  • Ruby 3.3.4
  • Rails 7.1.3.4

Configuration

  1. Clone the repository:

    git clone https://github.com/Javierdigital85/blog-rubyOnRails
    
    
  2. Navigate to the project directory:

    cd blog-rubyOnRails
  3. Install dependencies:

    bundle install
  4. Set up the database:

    rails db:create
    rails db:migrate

Usage

  1. Start the Rails server:

    rails server
  2. Navigate to http://localhost:3000 in your browser.

Development

  1. To create a new post from the Rails console:

    rails console
  2. Create a new post:

    Post.create(title: "My first post from Argentina", body: "This is the body of the post.")

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages