https://github.com/ab-noori/blog-app
The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.
https://github.com/ab-noori/blog-app
database-migrations database-schema databases erdiagram indexing primary-key ruby ruby-app ruby-gem ruby-on-rails
Last synced: about 1 month ago
JSON representation
The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.
- Host: GitHub
- URL: https://github.com/ab-noori/blog-app
- Owner: ab-noori
- License: mit
- Created: 2023-08-14T16:01:04.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-02T18:30:18.000Z (over 1 year ago)
- Last Synced: 2025-03-18T18:21:47.628Z (about 1 month ago)
- Topics: database-migrations, database-schema, databases, erdiagram, indexing, primary-key, ruby, ruby-app, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 212 KB
- Stars: 21
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> # Blog Application
| Project Login Page |
|---------------------------------------|
||# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> **[Blog-App]** The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.
## 🛠 Built WithClient
Server
Database
- **[Setup and controllers]**
- **[Controllers specs]**
- **[Creating a data model]**
- **[Processing data in models]**
- **[Views and forms]**
- **[Validations, Model specs, and n+1 problems]**
- **[Add Devise and authorization rules]**
- **[Integration specs for Views]**
- **[API documentation]**
| Implemented Schema's ERD |
|---------------------------------------|
|

To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).
- [PostgreSQL](https://www.postgresql.org/) installed and running
##
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/ab-noori/Blog-App.git
```
### 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
rspec spec
```
👤 **Abdul Ali Noori**
- GitHub: [@ab-noori](https://github.com/ab-noori)
- Twitter: [@AbdulAliNoori4](https://twitter.com/AbdulAliNoori4)
- LinkedIn: [abdulali-noori](https://www.linkedin.com/in/abdulali-noori)
👤 **Kifle Haile**
- GitHub: [@githubhandle](https://github.com/kifle23)
- Twitter: [@twitterhandle](https://twitter.com/KifleHaile12)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kifle-haile)
## 🔭 Future Features
- [ ] **[Processing data in models]**
- [ ] **[Views and forms]**
- [ ] **[Validations, Model specs, and n+1 problems]**
- [ ] **[Add Devise and authorization rules]**
- [ ] **[Integration specs for Views]**
- [ ] **[API documentation]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ab-noori/Blog-App/issues).
If you like this project, give it a star.
First, I would like to thank Microverse and my coding partners.
This project is [MIT](./LICENSE) licensed.