Skip to content

maximoortelli/Blog_App

Repository files navigation

Blog_App

📗 Table of Contents

📖 Blog_App

The Blog app is a classic blog website. This application, is a fully functional website that displays a list of posts and allows readers to interact with them by adding comments and liking posts.

🛠 Built With

This project is built using Ruby on Rails, a dynamic, open-source programming language known for its simplicity and productivity. Ruby's elegant syntax and powerful features make it a popular choice among developers.

Tech Stack

Key Features

  • Rails new (setup)
  • Data Model

💻 Getting Started

To get started with the Catalog of My Things app, follow the instructions below:

Setup

  1. Clone the project repository: bash git clone https://github.com/maximoortelli/Blog_App.git

  2. Navigate to the project folder: bash cd Blog_App

Prerequisites

To run the Catalog of My Things app, you'll need the following prerequisites:

  • An integrated development environment (IDE) like Visual Studio Code.
  • Ruby installed on your machine.
  • Git installed on your machine.
  • A GitHub account for version control.

Usage

Follow these steps to use the program:

  1. Open your terminal.

  2. Navigate to the directory where the program files are located using the cd command:

    bash cd /path/to/your/program/files

  3. Start your Ruby on Rails server

    bash rails s

  4. cess the Blog app in your web browser at http://localhost:3000.

  5. You can now interact with the app, create posts, add comments, and explore its features.

Run tests

To execute the tests, run the following command inside the project folder:

 rspec

(back to top)

👥 Authors

This project was developed by:

👤 Maximo Ortelli

🔭 Future Features

  • Creating a data model.
  • Processing data in models.
  • Validations and Model specs.
  • Controllers.
  • Controllers specs.
  • Views.
  • Forms.
  • Integration specs for Views and fixing n+1 problems.
  • Add Devise.
  • Add authorization rules.
  • Add API endpoints.
  • API documentation.

(back to top)

❓ FAQ

Q: Is there a plan to add more features to this application? A: Yes, the author has plans to enhance this application's capabilities. One upcoming feature is to make the application executable via tactil, providing more convenience and accessibility to users.

Q: Where can I find more information about the Ruby programming language? A: For more information about Ruby, its features, and its community, visit the official Ruby website.

(back to top)

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

(back to top)