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

https://github.com/cesarherr/blogapp

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.
https://github.com/cesarherr/blogapp

cancancan devise railway rswag-api ruby-on-rails tailwindcss

Last synced: 5 months ago
JSON representation

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.

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)
- [Usage](#usage)
- [Run Tests](#tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Blog app

**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

### Tech Stack

Ruby

Rails

PostgreSQL

### Key Features

- **Ruby on rails**

- **Created data models**

- **Database schema**

- **Run unit test with Rspec**

(back to top)

(back to top)

## 💻 Getting Started

This repository includes files with ruby lenguage and SQL.

### Prerequisites

In order to run this project you need to have Ruby installed, check [this](https://github.com/CesarHerr/blogApp.git) documentation in order to know how to install it.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/CesarHerr/blogApp.git
```

### Usage

To run the server

```sh
rails s
```

To check the linters you can use the command:

```sh
rubocop
```

To fix the linter use:

```sh
rubocop -A
```

### Tests

To Run Test:

```sh
rspec spec
```

(back to top)

## 👥 Authors

👤 **Cesar Herrera**
- GitHub: [@CesarHerr](https://github.com/CesarHerr)
- LinkedIn: [Cesarherr](https://www.linkedin.com/in/cesarHerr/)

👤 **Carmen Bravo**
- GitHub: [@NitBravoA92](https://github.com/NitBravoA92)
- LinkedIn: [nitcelis-bravo](https://www.linkedin.com/in/nitcelis-bravo-alcala-b65340158/)

(back to top)

## 🔭 Future Features

- [] **Deploy**
- [] **Give some Styling**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/CesarHerr/blogApp/issues).

(back to top)

## ⭐️ Show your support

If you like this project you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for providing the necessary resources and all the effort from each member to complete this project.

(back to top)

## 📝 License

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

(back to top)