/Rails-blog-app

The Blog_app is an elegantly designed blog portal. This platform, a completely operational website, showcases an array of articles and facilitates reader engagement through the addition of comments and affirmation of posts with likes.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Rails-blog-app

Rails-blog-app The Rails-blog-app will be a classic example of a blog website. It will be a 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

Ruby on Rails
  • Ruby
  • Ruby

(back to top)

Key Features

Ruby on Rails Data Model Associations Between Models SQL Queries Validations Models Specs Controllers Controllers specs

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

You need the following tools be installed in your computer:

Setup

  1. Download the Zip file or Clone the repo with:
git clone https://github.com/hafiz1379/Rails-blog-app.git
  1. To access the project directory
cd rails-blog-app

Install

bundle install
rails db:migrate

Run the seeder

rails db:seed

Run the App

rails s
Check http://localhost:3000/ in your browser

Run Test

  • To run models tests
rspec

(back to top)

👥 Authors

👤 Hafizullah Rasa

(back to top)

Future Features

[ ] Add functionality. [ ] Preserve data.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check issues page.

⭐️ Show your support

If you like this project, please give it a ⭐️!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for teaching me and my lovely girlfriend and family for supporting me.

(back to top)

📝 License

This project is MIT licensed.

(back to top)