/Blog_Rails

This app is built in ruby on rails and allows the user to add, remove, create and update his blog. It also helps him to add a comments, likes on any post.

Primary LanguageRuby

📗 Table of Contents

📖 Blog App

The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking post.

🛠 Built With

Tech Stack

Ruby on Rails

Key Features

  • Shows the list of posts
  • Shows the list of comments

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Install ruby on your computer or run in with docker
  • Install raiks on your computer or run in with docker

Setup

Clone this repository by using the command line :

  • git clone https://github.com/maaloum/Blog_Rails.git

Install

Install this project with:

bundle install

Usage

To run the project, execute the following command:

rails start

Test

to run the test, exucute the following command :

rspec spec

(back to top)

👥 Authors

👤 Maaloum

(back to top)

🔭 Future Features

  • Add More methods

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project by staring it.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the project.

(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)