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

https://github.com/kanzatahreem/blog-app

The Blog app is a classic example of a blog website. It is 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/kanzatahreem/blog-app

api-endpoints cancancan capybara-rspec devise jwt-authentication psql-database ruby-on-rails

Last synced: 5 months ago
JSON representation

The Blog app is a classic example of a blog website. It is 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

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog App ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)

# 📖 Blog App
The **Blog app** is a classic example of a blog website. It is 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

Server

Database

### Key Features

- Use RubyGems as a software package system.
- Use database migration files to maintain database schema.
- Understand ORM
- Update Views and add forms
- Validations, Model specs, and n+1 problems.

(back to top)

## 🚀 Live Demo

- N/A

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).

- [PostgreSQL](https://www.postgresql.org/) installed and running
### Setup

Clone this repository to your desired folder:

```
git clone git@github.com:KanzaTahreem/Blog-App.git
cd Blog-App
```

### Install

Install thr project dependencies with:

```
bundle install
```

### Usage

To run the project, execute the following command:

```
rails server
```

### Run tests

To run all tests, including unit and integration tests, run the following command:

```
rspec
```

### Deployment

You can deploy this project using:

```
N/A
```

(back to top)

- ## 👥 Authors

👤 **Kanza Tahreem**
- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)
- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)
- LinkedIn: [kanza-tahreem](https://www.linkedin.com/in/kanza-tahreem/)

👤 **Camilo Vela**

- GitHub: [@camilovelag](https://github.com/camilovelag)
- Twitter: [@camilovelag](https://twitter.com/camilovelag)
- LinkedIn: [camilovelag](https://linkedin.com/in/camilovelag)

👤 **Danys Linares**

- GitHub: [@d4nQw3rty](https://github.com/d4nQw3rty)
- Twitter: [@Danys_Linares](https://twitter.com/Danys_Linares)
- LinkedIn: [danys-linares](www.linkedin.com/in/danys-linares)

(back to top)

## 🔭 Future Features

- Add Devise.
- Add authorization rules.
- Integration specs for Views.
- Add API endpoints.
- API documentation.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/KanzaTahreem/Blog-App/issues).

(back to top)

## ⭐️ Show your support

If you like this project and want to support me make cooler projects Give this project a Star.

(back to top)

## 📝 License

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

(back to top)