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

https://github.com/zakiyousufi/blogapp

The Blog app is Ruby on rails website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/zakiyousufi/blogapp

ruby ruby-on-rails rubygems

Last synced: about 2 months ago
JSON representation

The Blog app is Ruby on rails 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

- [📖 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)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 [Blog App]

> This is a blog website where you can create an account and write posts. You can also comment on other people's posts and like them

## 🛠 Built With
- Languages: Ruby
- Models/Frameworks: Ruby on Rails

Client

Server

Database

### Key Features
_ User Authentication
- Create Posts
- Delete Posts

(back to top)

## 🚀 Live Demo

> This Project dosn't have a live demo yet

(back to top)

## 💻 Getting Started

To get a local copy of this exercice, Please follow these simple example steps.

#### 1. Clone this repository or download the Zip folder:"

```command
$ git clone https://github.com/zakiyousufi/blog-app.git
```
#### 2. Navigate to the location of the folder in your machine:
```command
you@your-Pc-name:~$ cd
```
#### 3. Press Enter to navigate to your local clone.

### Prerequisites

In order to run this project you need:

#### 4. Go to your terminal and run the app with the following command:
```command
rails server
```
- Navigate to http://localhost:3000/

#### To run the tests
```
rspec
```

## 👥 Authors

## Author

👤 **Ahmad Zaki Yousufi]**

- GitHub: [@zakiyousufi](https://github.com/zakiyousufi)
- LinkedIn: [zakiyousufi](https://www.linkedin.com/in/zakiyousufi)

(back to top)

## 🔭 Future Features

- user authentication
- CRUD operations

(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

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- A special thanks to Microverse for inspiring this project. We are indebted to you all at Microverse
- A special thanks goes to all our peers at Microverse for being there for us.

## 📝 License

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

(back to top)