KIsmoilov / Blog_post

The Blog App is a classic example of a blog website. It is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

πŸ“— Table of Contents

πŸ“– Blog Post

The Blog App is a classic example of a blog website. It is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

πŸ›  Built With

  • Ruby
  • Ruby on Rails
  • VSCode
  • Rubocop
  • PostgreSQL

Tech Stack

Linters
  • StyleLint
  • Rubocop
Server
  • Ruby
Database
  • PostgreSQL

Key Features

  • Add posts
  • Add comments
  • Add like posts

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

Setup

Clone this repository to your desired folder:

  cd PATH
  git clone https://github.com/frnega/Blog-app

Install

Install this project with:

  cd Blog-app
  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec spec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Khusniddin Ismoilov

(back to top)

πŸ”­ Future Features

  • Edit or delete existing posts and comments

(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 kindly give it a star ⭐️

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for the project idea

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

The Blog App is a classic example of a blog website. It is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

License:MIT License


Languages

Language:Ruby 70.5%Language:HTML 21.6%Language:CSS 6.6%Language:JavaScript 1.4%