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

https://github.com/ab-noori/blog-app

The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.
https://github.com/ab-noori/blog-app

database-migrations database-schema databases erdiagram indexing primary-key ruby ruby-app ruby-gem ruby-on-rails

Last synced: about 1 month ago
JSON representation

The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.

Awesome Lists containing this project

README

        

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

> # Blog Application

| Project Login Page |
|---------------------------------------|
|

screenshot
|

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

# 📖 [Blog Application]

> **[Blog-App]** The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.
## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **[Setup and controllers]**
- **[Controllers specs]**
- **[Creating a data model]**
- **[Processing data in models]**
- **[Views and forms]**
- **[Validations, Model specs, and n+1 problems]**
- **[Add Devise and authorization rules]**
- **[Integration specs for Views]**
- **[API documentation]**

| Implemented Schema's ERD |
|---------------------------------------|
|

screenshot
|

(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:
- [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

(back to top)

##

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/ab-noori/Blog-App.git
```

(back to top)

### Install

Install this project with:

```sh
bundle install
```

(back to top)

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

### Run tests

To run tests, run the following command:

```sh
rspec spec
```

(back to top)

## 👥 Authors

👤 **Abdul Ali Noori**

- GitHub: [@ab-noori](https://github.com/ab-noori)
- Twitter: [@AbdulAliNoori4](https://twitter.com/AbdulAliNoori4)
- LinkedIn: [abdulali-noori](https://www.linkedin.com/in/abdulali-noori)

👤 **Kifle Haile**

- GitHub: [@githubhandle](https://github.com/kifle23)
- Twitter: [@twitterhandle](https://twitter.com/KifleHaile12)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kifle-haile)

(back to top)

## 🔭 Future Features
- [ ] **[Processing data in models]**
- [ ] **[Views and forms]**
- [ ] **[Validations, Model specs, and n+1 problems]**
- [ ] **[Add Devise and authorization rules]**
- [ ] **[Integration specs for Views]**
- [ ] **[API documentation]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project, give it a star.

(back to top)

## 🙏 Acknowledgments

First, I would like to thank Microverse and my coding partners.

(back to top)

## 📝 License

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

(back to top)