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

https://github.com/marcraphael12/rails-blog-app

a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/marcraphael12/rails-blog-app

Last synced: 8 months ago
JSON representation

a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Awesome Lists containing this project

README

          



banner image


# πŸ“— 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)
- [πŸ‘₯ Collaborators](#collaborators)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [πŸ“ License](#license)

# πŸ“– Blog_App

> The Blog app is a classic example of a blog website. It's a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and likes to posts of their interest.

## πŸ›  Built With

### Tech Stack

Ruby on Rails


### Key Features

- **Create blog plost**

- **Comment on blog post**

- **Display list of comments**

(back to top)

## πŸ’» Getting Started

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

### Prerequisites

In order to run this project you need:

- Code Editor (Vs Code)

- Terminal

- Install ruby on your computer

- Install rails on your computer

### Setup

Clone this repository by using the command line to your desired folder:

```sh
git clone https://github.com/Marcraphael12/rails_blog_app.git

cd rails_blog_app
```

### Install

Install this project with:

```sh
cd rails_blog_app
bundle install (install all dependencies)
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Test

```sh
rspec
```

(back to top)

## Authors

πŸ‘€ **Marc Raphael**

- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- Twitter: [@Marcraphael20](https://twitter.com/MarcRaphael20)
- LinkedIn: [Marc raphael](http://www.linkedin.com/in/marc-raphael-326039204)

## Collaborators

πŸ‘€ **Tomas Esquivel**

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)

## πŸ”­ Future Features

- **Improve styles of the project**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Marcraphael12/rails-blog-app/issues)

(back to top)

## ⭐️ Show your support

Leave a star if you like the project.

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse for the project.

(back to top)

## πŸ“ License

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

(back to top)