/BlogApp

This is a Rails-based web app designed for bloggers seeking simplicity and functionality. With user-friendly features, it ensures easy navigation for content creation. Enjoy secure access through a robust authentication system. Create captivating posts effortlessly with markdown support and multimedia integration.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 About the Project

BlogApp An innovative web application built on Ruby on Rails, designed to empower you in establishing and maintaining a dynamic blog platform. With this platform, you can effortlessly publish articles, engage with content through comments and likes, and much more.

🛠 Built With

Constructed with Ruby on Rails, an influential web framework celebrated for its user-friendly and efficient nature. Ruby on Rails serves as the perfect groundwork for swift and effective web application development.

Key Features

  • ✅ Comprehensive Ruby on Rails implementation.
  • ✅ User access control and validation.
  • ✅ Article generation, modification, and removal.
  • ✅ Interactive commentary system for engaging with articles.
  • ✅ Favoriting and unfavoriting articles.
  • ✅ Adaptable web design for various devices.
  • ✅ Reliable error management and data validation.

Note: Each feature will be marked with an "x" when it is fully implemented and functional.

🔭 Future Features

  • Search feature for pinpointing particular articles. ✅
  • Personalized user profiles with customizable avatars. ✅
  • Article categorization and tagging capabilities. ✅
  • Advanced text editor for styling articles. ✅
  • Sharing articles on social media platforms. ✅
  • API connections to facilitate external integrations. ✅

💻 Getting Started

To get started with the Blog App, follow the instructions below:

🛠 Setup

  1. ✔ Clone the project repository:

    git clone https://github.com/M-Anwar-Hussaini/BlogApp.git
  2. ✔ Navigate to the project folder:

    cd BlogApp

Prerequisites

Before you can run the Blog App, make sure you have the following prerequisites and configurations in place:

  • Ruby: Ensure that Ruby is installed on your machine. You can check if it's installed by running ruby -v in your terminal. If it's not installed, you can download and install it from the official Ruby website.

  • Ruby on Rails: You'll need the Ruby on Rails framework installed. If you don't have it yet, you can install it using the following command:

    gem install rails
    
  • Code Editor: You should have a code editor like Visual Studio Code (VSCode) installed. You can download VSCode from the official website.

  • Git: Git is essential for version control. Make sure you have Git installed and configured on your system. You can download Git from the official Git website.

  • PostgreSQL: Ensure that PostgreSQL is installed and properly configured on the server where you are developing the project. This project assumes the use of PostgreSQL as the default database. You can download PostgreSQL from the official PostgreSQL website.

  • Ruby on Rails Configuration: Make sure your Ruby on Rails project is configured to use PostgreSQL as the default database.

With these prerequisites and configurations in place, you'll be ready to set up and run the Blog App.

📖 Usage

Follow these steps to use the Blog App:

Open your terminal.

Navigate to the directory where the project files are located:

Copy code

cd /path/to/your/project/files

Start the Rails server:

Copy code

rails server

Open your web browser and go to http://localhost:3000 to access the Blog App.

👥 Authors

👤 Mohammad Anwar Hussaini

👤 Gumaro Monroy Vazquez

🤝 Contributing

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

⭐️ Show Your Support

If you find this project helpful, consider giving it a ⭐️ to show your support!

📜 License

This project is MIT licensed.