https://github.com/heintayzar-hm/blog
Looking for a new blog platform? Look no further than the Blog app! With a sleek design and user-friendly interface, this app lets readers discover new posts and authors while giving creators the tools to showcase their writing skills. [blog] a fully functional website that allows readers to view and interact with posts through comments and likes.
https://github.com/heintayzar-hm/blog
Last synced: 2 months ago
JSON representation
Looking for a new blog platform? Look no further than the Blog app! With a sleek design and user-friendly interface, this app lets readers discover new posts and authors while giving creators the tools to showcase their writing skills. [blog] a fully functional website that allows readers to view and interact with posts through comments and likes.
- Host: GitHub
- URL: https://github.com/heintayzar-hm/blog
- Owner: heintayzar-hm
- Created: 2023-02-23T07:07:24.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-21T16:57:27.000Z (about 2 years ago)
- Last Synced: 2025-02-07T23:46:04.406Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 7.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)Looking for a new blog platform? Look no further than the Blog app! With a sleek design and user-friendly interface, this app lets readers discover new posts and authors while giving creators the tools to showcase their writing skills.
**[blog]** a fully functional website that allows readers to view and interact with posts through comments and likes.

## 🛠 Built With> Describe the tech stack and include only the relevant sections that apply to your project.
Client
Server
Database
> Describe between 1-3 key features of the application.
- **[Auth]**
- **[CRUD]**
- **[clean_ui]**
> Add a link to your deployed project.
- [Live Demo Link](https://github.com/heintayzar-hm/blog)
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/heintayzar-hm/blog.git
cd blog
```
### Install
Install this project with:
```sh
cd blog
gem install
```
### Usage
To run the project, execute the following command:
```sh
rails db:create
rails db:migrate
rails server
```
You can open http://localhost:3000/ in browser
### Run tests
To run tests, run the following command:
### Deployment
You can deploy this project using:
👤 **Hein Tay Zar**
- GitHub: [@Hein Tay](https://github.com/heintayzar-hm)
- Twitter: [@Hein Tay](https://twitter.com/heintayzarhm)
- LinkedIn: [Hein Tay](https://www.linkedin.com/in/hein-tay-zar)
👤 **PROMISE OKECHUKWU**
- GitHub: [@promzzykoncepts](https://github.com/PromzzyKoncepts)
- Twitter: [@pr0mzzy](https://twitter.com/prOmzzy)
- LinkedIn: [promiseokechukwu](https://linkedin.com/in/promiseokechukwu)
> Describe 1 - 3 features you will add to the project.
- [ ] **[Adding_admin_dashboard]**
- [ ] **[Adding_email]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project, just give some ⭐️.
> Give credit to everyone who inspired your codebase.
I would like to thank Microverse for giving this opportunity
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./MIT.md) licensed.