/ruby-blog-rails

The Blog app will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Primary LanguageRubyMIT LicenseMIT

logo

Ruby Blog App

📗 Table of Contents

📖 Ruby Blog App

screenshot

The Ruby Blog App is a a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

🛠 Built With

Tech Stack

Client
Server
Database

💻 Getting Started

Prerequisites

In order to run this project you need:

Example command:

 gem install rails

Setup

Clone this repository to your desired folder:

Example commands:

  git clone git@github.com:carlosmuerto/ruby-blog-app.git
  cd ruby-blog-app

Install

Install this project with:

  bundle install

Usage

To run the project, execute the following command:

  rails server

(back to top)

👥 Authors

👤 Carlos Vivas

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project If you like this project...

(back to top)

🙏 Acknowledgments

Give credit to everyone who inspired your codebase. I would like to thank...

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)