josuerushanika / Blog_App

A blog app in Ruby is a web application built using the Ruby programming language. It allows users to create, manage, and publish blog posts. The app typically includes models to represent users, blog posts, categories, tags, and comments. It uses a database to store the data and views to display the content to users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Blog App Project

Blog App Project is a project where I implemented frontend and backend properties using Ruby on Rails.

πŸ›  Built With

Tech Stack

Client
  • Ruby on Rails

Key Features

  • View posts
  • Give likes to posts
  • Comment to posts

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need the following installed in your local system

  • Ruby
  • Git CLI
  • Github account

Setup

Clone this repository to your desired folder:

  cd <desired-folder>
  git clone https://github.com/josuerushanika/Blog_App.git

Install

  cd Blog App
  bundle install

Usage

  rails s

(back to top)

πŸ‘₯ Authors

πŸ‘€ Josue Rushanika

(back to top)

πŸ”­ Future Features

  • Add more methods

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give me a Star!

(back to top)

πŸ™ Acknowledgments

I would like to thank for Microverse to provide us learning materials, and my peers for helping me out to move forward.

(back to top)

πŸ“ License

This project is contributed under MIT licensed.

(back to top)

About

A blog app in Ruby is a web application built using the Ruby programming language. It allows users to create, manage, and publish blog posts. The app typically includes models to represent users, blog posts, categories, tags, and comments. It uses a database to store the data and views to display the content to users.

License:MIT License


Languages

Language:Ruby 77.6%Language:HTML 20.5%Language:JavaScript 1.4%Language:CSS 0.5%