Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# 📗 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)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Blog App

> A fill functional blog 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

> Describe the tech stack and include only the relevant sections that apply to your project.

Client


  • css

  • Server

    Database

    ### Key Features
    list of posts and empower readers to interact with them by adding comments and liking posts.
    - **Creating Blog post**
    - **Commenting Posts**
    - **Linking PostS**

    (back to top)

    ## 🚀 Live Demo

    - [Live Demo Link](https://yourdeployedapplicationlink.com)

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

    ```sh
    gem install rails
    ```

    ### Setup

    Clone this repository to your desired folder:

    ```sh
    git clone https://github.com/binhussen/blog-app.git
    ```

    ```sh
    cd blog-app
    ```

    ### Install

    Install this project with:

    ```sh
    bundle install
    ```

    ### Usage

    To run the project, execute the following command:

    ```sh
    rails server
    ```

    ### Run tests

    To run tests, run the following command:

    ```sh
    bin/rails test
    ```

    ### Deployment

    You can deploy this project using:

    (back to top)

    ## 👥 Authors

    👤 **Mohammed Hussen (binhussen)**

    - GitHub: [@binhussen](https://github.com/binhussen)
    - Twitter: [@binhussens](https://twitter.com/binhussens)
    - LinkedIn: [Linkedin](https://www.linkedin.com/in/binhussen/)

    (back to top)

    ## 🔭 Future Features

    > Describe 1 - 3 features you will add to the project.

    - [ ] **Blog Posts**
    - [ ] **Comment Blog**
    - [ ] **Like Blog**

    (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

    If you like this project...

    (back to top)

    ## 🙏 Acknowledgments

    I would like to thank

    - Microverse
    - Code Reviewers

    (back to top)

    ## ❓ FAQ

    - **[Question_1]**

    - [Answer_1]

    - **[Question_2]**

    - [Answer_2]

    (back to top)

    ## 📝 License

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

    _NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

    (back to top)