Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 8 days ago
JSON representation

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)
- [πŸš€ 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)

# πŸ“–RoR Blog App

>The Blog app will be a classic example of a blog website. I 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 Ruby

### Tech Stack

- Ruby on rails

- VSCode

- Git

- GitHub

- Rubocop

## πŸš€ Live Demo

> live

- [deploy]()

(back to top)

## πŸ’» Getting Started

### Prerequisites

In order to run this project you need:
`gem install rails`

### Setup

Clone this repository to your desired folder:
https://github.com/diegoh40/ror-blog-app.git

### Install

Install this project with:
`bundle install`

### Usage

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

### Run tests

To run tests, run the following command:
`rspec ./spec/[name of file]`

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Diego HernΓ‘ndez**
- GitHub: [@diehoh40](https://github.com/diegoh40)
- Twitter: [@Diegoart80](https://twitter.com/Diegoart80)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/diegoarturoh/)

(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

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## πŸ™ Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

## ❓ FAQ

> Add at least 2 questions new developers would ask when they decide to use your project.

- **[Question_1]**

- [Answer_1]

- **[Question_2]**

- [Answer_2]

(back to top)

## πŸ“ License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)