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

https://github.com/timbar09/blogister

This is a fully functional web application that showcases a list of posts where users can read and interact with them by adding comments and liking posts. It is an ideal platform for bloggers who want to share their thoughts, ideas, and experiences with their readers.
https://github.com/timbar09/blogister

cancancan capybara devise linting mvc-pattern rspec-testing rubocop ruby-on-rails

Last synced: 6 months ago
JSON representation

This is a fully functional web application that showcases a list of posts where users can read and interact with them by adding comments and liking posts. It is an ideal platform for bloggers who want to share their thoughts, ideas, and experiences with their readers.

Awesome Lists containing this project

README

          

# Blog App

## 📗 Table of Contents

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

# 📖 Blog App

> This is a fully functional web appliction that showcases a list of posts where users can read and interact with them by adding comments and liking posts. It is an ideal platform for bloggers who want to share their thoughts, ideas, and experiences with their readers.


## 🛠 Built With

### Tech Stack

Client

Server

Database


### Key Features

- **User-Friendly Interface**

> The app is designed with a user-friendly interface that makes it easy for users to navigate and access various features of the website.

- **Post Management**

> The app allows bloggers to easily create and publish posts with ease. They can also view their published posts and manage them through a simple dashboard.

- **Comment System**

> The app has a comment system that allows users to add comments to posts, reply to other comments, and interact with other readers.

- **Like System**
> The app has a like system that allows users to like posts, providing a quick and easy way for readers to show their appreciation for posts they enjoyed.

(back to top)

## 💻 Getting Started

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

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Timbar09/Blog_App-Ruby.git
```

### Prerequisites

In order to run this project you need:

- A text editor.
- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/).
- To install [Ruby on Rails](https://rubyonrails.org/).
- To install [PostgreSQL](https://www.postgresql.org/).

### Install

Install this project's dependencies by running:

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

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## 👥 Authors

| 👤 Author | GitHub | Twitter | LinkedIn |
| :-------------- | :----------------------------------------- | :------------------------------------------ | :----------------------------------------------------------------------------------- |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09) |
| Esther Udondian | [@eudondian](https://github.com/eudondian) | [@eudondian](https://twitter.com/eudondian) | [@esther-udondian-186849119](https://www.linkedin.com/in/esther-udondian-186849119/) |

(back to top)

## 🔭 Future Features

- [ ] **Add more functionality.**
- [ ] **Improve UI/UX.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Timbar09/Blog_App-Rails/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐️ and let me know what you like in particular.

(back to top)

## 🙏 Acknowledgments

I would like to thank the microverse community for the useful content

(back to top)

## 📝 License

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

(back to top)