PabloBona / Blog-app

"My blog application, 'Adventures in Writing,' is a prime example of a classic blog website. Through this platform, I aim to craft a fully functional website that not only showcases a curated list of posts but also fosters reader engagement by facilitating comments and allowing users to express their appreciation by liking posts."

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Adventures in Writing' (Ruby on Rails Blog App)

πŸ“— Table of Contents

πŸ“– About the Project

Welcome to the Blog App, a Ruby on Rails-based application for creating and managing a fully functional blog website. This project enables users to post articles, interact with posts by adding comments and liking them, and more.

πŸ›  Built With

This project is built using Ruby on Rails, a powerful web framework known for its simplicity and productivity. Ruby on Rails provides an ideal foundation for creating web applications quickly and efficiently.

Key Features

  • Full-fledged Ruby on Rails application.
  • User authentication and authorization.
  • Article creation, editing, and deletion.
  • Comment system for interacting with articles.
  • Liking and unliking articles.
  • Responsive web design.
  • Robust error handling and validation.

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

πŸ”­ Future Features

  • Search functionality for finding specific articles.
  • User profiles with customizable avatars.
  • Article categories and tagging.
  • Rich text editor for formatting articles.
  • Social media sharing options for articles.
  • API endpoints for 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/PabloBona/Blog-app.git
  2. Navigate to the project folder:

    cd Blog-app

Claro, aquΓ­ estΓ‘ la actualizaciΓ³n considerando tus comentarios:

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

πŸ‘€ Ruth Abreu

πŸ‘€ Pablo Bonasera

🀝 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.

About

"My blog application, 'Adventures in Writing,' is a prime example of a classic blog website. Through this platform, I aim to craft a fully functional website that not only showcases a curated list of posts but also fosters reader engagement by facilitating comments and allowing users to express their appreciation by liking posts."


Languages

Language:Ruby 71.6%Language:HTML 25.5%Language:CSS 1.7%Language:JavaScript 1.1%