Skip to content

Repository files navigation

Simple Blog

A simple blog application built with Ruby on Rails. This application allows users to create, read, update, and delete blog posts.

Features

  • Create new blog posts with titles and body content.
  • View a list of all blog posts.
  • Edit existing blog posts.
  • Delete blog posts.

Technologies Used

  • Ruby on Rails: Version 7.2.1.1
  • Database: SQLite3 (default database for development)
  • Web Server: Puma
  • Frontend: HTML, CSS
  • Additional Gems:
    • turbo-rails: For seamless page transitions and updates.
    • sass-rails: For writing CSS in SASS.

Installation

Follow these steps to set up the application locally:

  1. Clone the repository:

    git clone https://github.com/Kubomu/TryingRuby.git
    cd simple_blog
  2. Install Dependencies:

    bundle install
  3. Set up the database:

    rails db:create
    rails db:migrate
    
  4. Start the server:

    rails server
    

Open your browser and go to hhtp://localhost:3000 to see your application in action

  1. Contributing: Its incomplete..... css and other functionalities.

    If you'd like to contribute to this project, please fork the repository and create a pull request. Ensure that your code follows the existing style and includes appropriate tests.

About

Happy Coding

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages