/rails-blog

The Blog app is a classic example of a blog website. A fully functional website shows the list of posts and empowers readers to interact with them by adding comments and liking posts.

Primary LanguageRubyMIT LicenseMIT

Blog App

📗 Table of Contents

📖 Blog App

This is a blog app based on ruby on rails. This app will feature users, posts, comments, likes.

🛠 Built With

Tech Stack

- Ruby on Rails - PSQL

Key Features

  • Display Users

  • Display posts

  • Display comments on posts

  • Display likes on posts

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

Example command:

 bundle install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/adarachel/rails-blog.git

Usage

To run the project, execute the following command:

  rails s

Run tests

To run tests, run the following command:

  rails test

(back to top)

👥 Authors

👤 Ada Rachel

(back to top)

🔭 Future Features

  • Add GUI

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project, give it a star.

(back to top)

🙏 Acknowledgments

  • Thanks to all Microverse community

(back to top)

📝 License

This project is MIT licensed.

(back to top)