/Blog-App-RoR

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

RoR Blog App

📗 Table of Contents

Blog App

Introducing my first project, the 'Blog App.' I built this using Rails and PostgreSQL. It's a website where people can write and share their stories. You can also show you like a story or talk about it by adding comments. It's a place to connect and enjoy writting!

Tech Stack

Ruby
Rails

Key Features

  • Data model created with associations.

(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 to run the following commands:

 gem install ruby
 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/JuanDiegoGuerra/Blog-App-RoR

Install

Install this project dependencies with:

  cd blog-app
  bundle install

Usage

To run the project run this command:

  rails s

your default browser should be opened in this moment.

Authors

👨🏼‍🚀 Juan Diego Guerra (JD) 👾

👨🏼‍🚀 Abdelaziz Mahdi 🐱‍👤

(back to top)

Future Features

  • User Profiles: Allow users to create profiles with profile pictures, descriptions, and links to their social media.

(back to top)

Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

Support

If you encounter any issues or have any questions or suggestions, please open an issue on the issue tracker. Furthermore, if you would like to get in touch with us, you can find our contact information in the Authors section.

(back to top)

Acknowledgments

I would like to thanks my family for supporting me.

(back to top)

License

This project is MIT licensed.

(back to top)