Blogsters

Blogsters is a fully functional blog website built on Ruby on Rails and Postgres. It displays a list of posts, and enables readers to interact with them by adding comments and liking posts.

Stars
4
Committers
3

📗 Table of Contents

📖 Blogsters

Blogsters app is a classic example of a blog website which is 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

Key Features

  • User can view the list of blog post
  • User can interact with the blog by liking and commenting on the post

🚀 Live Demo

💻 Getting Started

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

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/RiyaBulia12/Blogsters.git
  cd Blogsters

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rails test test/models/article_test.rb

👥 Authors

👤 Riya Bulia

🔭 Future Features

  • User can Login to the Blogsters
  • User can create their own blog and publish it

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a ⭐️ if you like this project!

🙏 Acknowledgments

I would like to thank:

📝 License

This project is MIT licensed.

Related Projects