Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kendoriddy/blogger-app

This Blog app is a classic example of a blog website. It is a functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/kendoriddy/blogger-app

linters postgresql rubocop ruby ruby-on-rails rubygem

Last synced: about 1 month ago
JSON representation

This Blog app is a classic example of a blog website. It is a functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Awesome Lists containing this project

README

        

logo

# 📗 Table of Contents

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

# 📖 Blogger App
![blog-gif](https://ansarshome.files.wordpress.com/2021/09/d3464a4351fdf340ccb6bb37c281381a.gif)

**Blogger App** will be a classic example of a blog website. You will create 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


  • HTML, CSS

  • JavaScript

Server


  • Ruby on Rails

Database

### Key Features

- **[Create and run necessary migration files]**
- **[Match table and column names to the ERD diagram.]**
- **[Creating Models, processing models and validating models.]**
- **[Integration .]**

(back to top)

## :card_index: Entity Relationship Diagram
![er-diagram](https://user-images.githubusercontent.com/84629565/203113736-82dacec0-6b75-42e6-b87e-8bf441ffbe57.png)

## 🚀 Live Demo

- in progress :smile: [Live Demo Link](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:
`Git` and `Ruby`
```
gem install rails
```

### Install

Install this project with:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server or rails s
```

(back to top)

## 👥 Authors

👤 **Kehinde Onifade**

- GitHub: [@kendoriddy](https://github.com/kendoriddy)
- Twitter: [@RideOnOne09](https://twitter.com/RideOnOne09)
- LinkedIn: [Kehinde Onifade](https://www.linkedin.com/in/kehindeonifade/)

(back to top)

## 🔭 Future Features

- [ ] **[Controllers specs]**
- [ ] **[Processing data in models]**
- [ ] **[Views]**

(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](microverse.org)
- Code Reviewers
- [Vitor Guedes Madeira](https://github.com/VitorGuedesMadeira)

(back to top)

## ❓ FAQ

- **[Question_1d]**

- [Answer_1]

- **[Question_2]**

- [Answer_2]

(back to top)

## 📝 License

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

(back to top)