An open API service indexing awesome lists of open source software.

https://github.com/riyabulia12/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.
https://github.com/riyabulia12/blogsters

postgresql ruby rubyonrails

Last synced: 10 months ago
JSON representation

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.

Awesome Lists containing this project

README

          


Blogsters


### 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 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

Client

Server

Database

### Key Features

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

(back to top)

## 🚀 Live Demo

- [In Progress](https://yourdeployedapplicationlink.com)

(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:
```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

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

### Install

Install this project with:

```sh
cd my-project
bundle install
```

### Usage

To run the project, execute the following command:
```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
bin/rails test test/models/article_test.rb
```

(back to top)

## 👥 Authors

👤 **Riya Bulia**

- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)

(back to top)

## 🔭 Future Features

- [ ] **User can Login to the Blogsters**
- [ ] **User can create their own blog and publish it**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank:
- [Microverse](https://github.com/microverseinc/curriculum-rails/blob/main/blog-app/sneak_peek_v1_1.md)

(back to top)

## 📝 License

This project is [MIT](./.LICENSE) licensed.

(back to top)