Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kendoriddy/blogger-app
This Blog app is a classic example of a blog website. It is a functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/kendoriddy/blogger-app
linters postgresql rubocop ruby ruby-on-rails rubygem
Last synced: about 1 month ago
JSON representation
This Blog app is a classic example of a blog website. It is a functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/kendoriddy/blogger-app
- Owner: kendoriddy
- Created: 2022-11-22T14:15:44.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-09T20:47:05.000Z (about 2 years ago)
- Last Synced: 2024-10-19T03:37:59.159Z (3 months ago)
- Topics: linters, postgresql, rubocop, ruby, ruby-on-rails, rubygem
- Language: Ruby
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [:card_index: Entity Relationship Diagram](#er-diagram)
- [🚀 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](#faq)
- [📝 License](#license)# 📖 Blogger App
![blog-gif](https://ansarshome.files.wordpress.com/2021/09/d3464a4351fdf340ccb6bb37c281381a.gif)**Blogger App** will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Client
- HTML, CSS
- JavaScript
Server
- Ruby on Rails
Database
- **[Create and run necessary migration files]**
- **[Match table and column names to the ERD diagram.]**
- **[Creating Models, processing models and validating models.]**
- **[Integration .]**
## :card_index: Entity Relationship Diagram
![er-diagram](https://user-images.githubusercontent.com/84629565/203113736-82dacec0-6b75-42e6-b87e-8bf441ffbe57.png)
- in progress :smile: [Live Demo Link](https://yourdeployedapplicationlink.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
`Git` and `Ruby`
```
gem install rails
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server or rails s
```
👤 **Kehinde Onifade**
- GitHub: [@kendoriddy](https://github.com/kendoriddy)
- Twitter: [@RideOnOne09](https://twitter.com/RideOnOne09)
- LinkedIn: [Kehinde Onifade](https://www.linkedin.com/in/kehindeonifade/)
- [ ] **[Controllers specs]**
- [ ] **[Processing data in models]**
- [ ] **[Views]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
I would like to thank:
- [Microverse](microverse.org)
- Code Reviewers
- [Vitor Guedes Madeira](https://github.com/VitorGuedesMadeira)
- **[Question_1d]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./MIT.md) licensed.