/Rails_Blog_App

The Rails application referred to as "Blog" allows users to create and publish blog posts, as well as leave comments on existing posts. Additionally, users can express their appreciation for posts by liking them.

Primary LanguageRubyMIT LicenseMIT

Microverse ruby-on-rails

📗 Table of Contents

📖 Rails_Blogs_App

"Blog" is an application built using the Rails framework that enables users to compose and publish their own blog posts. The platform also allows for interactivity, as readers can comment on published posts, fostering a sense of community and encouraging discussion. In addition, users can show their support for posts they particularly enjoy by clicking the "like" button.

🛠 Built With

ruby-on-rails

Tech Stack

Client
Server
Database

Key Features

  • The application allows users to perform various actions related to blog management, including adding, removing, updating, and displaying blog posts.
  • User authentication is implemented to ensure secure access to the application's features.
  • Additionally, the application is thoughtfully designed with a focus on usability and scalability

(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:

  • Laptop/Desktop.
  • Internet.
  • Vs Code.
  • Ruby.
  • Rails.
  • nodejs.
  • yarn.js.
  • PostgreSQL.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Mujeeb4582/Rails_Blog_App.git

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

  rails s

Run tests

To run tests, run the following command:

  rspec

Deployment

You can deploy this project using:

  https://render.com/

(back to top)

👥 Authors

👤 Author1

  • GitHub: Mujeeb
  • Twitter: mujeeburrahman
  • LinkedIn: Mujeeb-ur-Rahman

(back to top)

🔭 Future Features

  • Design beautiful UI
  • Allow user to post the blog
  • Allow user to comments and likes

(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 give a ⭐️.

(back to top)

🙏 Acknowledgments

  • Thanks to the Microverse team for the great curriculum.
  • Thanks to the Code Reviewer(s) for the insightful feedback.
  • Hat tip to anyone whose code was used.

📝 License

This project is MIT licensed.

(back to top)