Cluab / Blog-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Blog App

A simple blog website that allows readers to interact with posts.

Table of Contents

About the Project

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

Built With

The Blog App was built with:

  • Ruby On Rails
  • PostgreSQL

Live Demo

You can view a live demo of the Blog App at COMING SOON.

Getting Started

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

Prerequisites

To run this project, you'll need to install:

  • Ruby 2.7.0 or later
  • Rails 6.0 or later
  • PostgreSQL

Installation

  1. Clone this repository to your desired folder:
git clone git@github.com:Cluab/Blog-App.git
cd Blog-App
  1. Install the required gems:
bundle install
  1. Set up the database:
rails db:create
rails db:migrate

Usage

To run the project, execute the following command:

rails server

Testing

To run tests, run the following command:

bundle exec rspec

Deployment

You can deploy this project using:

  • Heroku
  • AWS Elastic Beanstalk
  • Other cloud hosting providers

Authors

👤 Ibrahim Suhail Al-Yousefi

👤 Abdallah Antony

Future Features

  • Add a live website feature that updates comments and likes in real-time.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Show Your Support

Give a ⭐️ if you like this project!

Acknowledgements

  • Microverse for providing the education that inspired this project.
  • RailsGuides for the excellent documentation on Ruby on Rails.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

License:MIT License


Languages

Language:Ruby 70.3%Language:HTML 17.4%Language:SCSS 8.6%Language:JavaScript 3.2%Language:CSS 0.6%