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

https://github.com/bestbynature/blogify

This is a comprehensive blog app that provides users with a seamless platform to create, manage, and publish their own blogs. With a user-friendly interface, Blogify offers features such as writing and editing articles, categorizing posts, enabling comments, and customizable themes.
https://github.com/bestbynature/blogify

Last synced: 3 months ago
JSON representation

This is a comprehensive blog app that provides users with a seamless platform to create, manage, and publish their own blogs. With a user-friendly interface, Blogify offers features such as writing and editing articles, categorizing posts, enabling comments, and customizable themes.

Awesome Lists containing this project

README

        

![ERD ==> DATA MODEL](./blog_app_erd.png)

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Blogify](#-about-project-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 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-)
- [📝 License ](#-license-)

# 📖 [Blogify]

**[Blogify]()** is a comprehensive blog app that provides users with a seamless platform to create, manage, and publish their own blogs. With a user-friendly interface, Blogify offers features such as writing and editing articles, categorizing posts, enabling comments, and customizable themes.

## 🛠 Built With

### Tech Stack

Client


  • RUBY

  • RAILS

### Key Features

- **[Linter checks]**
- **[Add data model]**
- **[ERD]**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

(back to top)

### Prerequisites

In order to run this project you need:


  • The current version of node

  • To have Git installed on your local machine

  • Node Package manager (npm)

  • An editor such as Visual Studio Code

(back to top)

### Setup

Clone this repository to your desired folder:


  • Create your classic access token from github.com

  • run "git clone https://{access_token}@github.com/username/{repo_name}.git"

  • Update your git identity by running "git config --global user.email "[email protected]""

  • Update your name on git by running "git config --global user.name "your_name"

(back to top)

### Install

To install this project, run

```sh

bundle install

```

### Run tests

To run tests, run the following command:

```sh

Run "rubocop --fix to fix linters"
```

or

```sh

Run "rubocop -A to fix linters"
```

(back to top)

### Deployment

You can deploy this project using:

- github pages
```sh
- npm run deploy
```

(back to top)

## 👥 Authors

👤 **Author: Damilare**

- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilareismailabestbynature/)

👤 **Brian Yegon**

- GitHub: [@yegonkimutai](https://github.com/yegonkimutai)
- Twitter: [@yegonbrian8](https://twitter.com/yegonbrian8)
- LinkedIn: [brian-yegon](https://www.linkedin.com/in/brian-yegon-0717a1241/)

(back to top)

## 🔭 Future Features

- [x] **[contact form page]**
- [x] **[A feature for a more detailed demographic data]**
- [x] **[A feature for updating the list of countries]**

(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

If you like this project, kindly drop a star for me.

(back to top)

## 🙏 Acknowledgments

I would like to use this medium to appreciate [Microverse](https://microverse.org)

(back to top)

## 📝 License

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

(back to top)