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.
- Host: GitHub
- URL: https://github.com/bestbynature/blogify
- Owner: Bestbynature
- License: mit
- Created: 2023-07-09T15:14:01.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-26T15:17:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T14:17:39.707Z (5 months ago)
- Language: Ruby
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 📗 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]()** 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.
Client
- RUBY
- RAILS
- **[Linter checks]**
- **[Add data model]**
- **[ERD]**
To get a local copy up and running, follow these steps.
### 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
### 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"
### Install
To install this project, run
```sh
bundle install
```
To run tests, run the following command:
```sh
Run "rubocop --fix to fix linters"
```
or
```sh
Run "rubocop -A to fix linters"
```
You can deploy this project using:
- github pages
```sh
- npm run deploy
```
👤 **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/)
- [x] **[contact form page]**
- [x] **[A feature for a more detailed demographic data]**
- [x] **[A feature for updating the list of countries]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kindly drop a star for me.
I would like to use this medium to appreciate [Microverse](https://microverse.org)
This project is [MIT](./LICENSE) licensed.