Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdelaziz-mahdi/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 liking posts.
https://github.com/abdelaziz-mahdi/blog-app

Last synced: 28 days ago
JSON representation

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 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Clone](#clone)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [⭐️ Future Features](#future-features)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Blog App

**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 liking posts.

## 🛠 Built With

### Tech Stack

Languages & bundlers

Database

### Key Features

- A fully functional website.
- Show the list of posts.
- Empower readers to interact with them by adding comments and liking posts.

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

Download and Install the latest Ruby distributions.
[Download Ruby](https://www.ruby-lang.org/en/downloads/)

### Setup

- *Docs*
[Installation Documentation](https://www.ruby-lang.org/en/documentation/installation/)

### Clone

- Clone this repo to your local machine using `https://github.com/Abdelaziz-Mahdi/blog-app.git`

### Usage
Run the following commands on your terminal:
- bundle install
- rails s

(back to top)

## 👥 Authors

👤 **Abdelaziz Mahdi**

- GitHub: [@Abdelaziz-Mahdi](https://github.com/Abdelaziz-Mahdi)
- Twitter: [@_AbdelazizMahdi](https://twitter.com/_AbdelazizMahdi)
- LinkedIn: [in/abdelaziz-mahdi](https://www.linkedin.com/in/abdelaziz-mahdi)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## ⭐️ Future Feature

- [x] Project 1: Setup and controllers.
- [x] Project 2: Controllers specs.
- [x] Project 3: Creating a data model.
- [x] Project 4: Processing data in models.
- [x] Project 5: Views.
- [x] Project 6: Forms
- [X] Project 7: Validations, Model specs, and n+1 problems.
- [ ] Project 8: Add Devise.
- [ ] Project 9: Add authorization rules.
- [ ] Project 10: Integration specs for Views.
- [ ] Project 11: Add API endpoints.

(back to top)

## 🙏 Acknowledgments

- Project inspired by Microverse Program.

(back to top)

## 📝 License

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

(back to top)