Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abigiyaty/blog_app
A Blog app is a classic example of a blog website. The app allows users to see lists of posts and for empowered readers to interact with them by adding comments and liking posts. Built with Ruby on Rails
https://github.com/abigiyaty/blog_app
bootstrap5 css3 html5 ruby-on-rails
Last synced: about 1 month ago
JSON representation
A Blog app is a classic example of a blog website. The app allows users to see lists of posts and for empowered readers to interact with them by adding comments and liking posts. Built with Ruby on Rails
- Host: GitHub
- URL: https://github.com/abigiyaty/blog_app
- Owner: AbigiyaTY
- Created: 2022-12-07T02:57:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T11:20:03.000Z (almost 2 years ago)
- Last Synced: 2024-12-23T02:42:10.792Z (about 2 months ago)
- Topics: bootstrap5, css3, html5, ruby-on-rails
- Language: Ruby
- Homepage: https://blog-app-l842.onrender.com
- Size: 6.69 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[ Blog App\] ](#--blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Authors](#authors)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)> Description the project.
1. Install Ruby on Rails framework.
2. Use Ruby Gems as a software packages system.
3. Understand what ORM is.
4. Use database migration files to maintain database schema.
5. Write tests for models, controllers, system.
5. Set up associations between models.
6. Write SQL queries with Active Record
7. Use preprocessed HTML file with embedded Ruby code.
8. Use layouts and templates for shared content.
9. Build a web app that requires the user to log in.
10. Use devise gem for authentication.Client
Server
Database
- **Create a blog post**
- **Give like, comment for the post**
- [Live Demo Link](https://blog-app-l842.onrender.com)
**To get a local copy up and running, follow these steps.**
1. Open terminal or cmd on you local machine and navigate to your desired directory.
2. **Run** *'git clone clone https://github.com/AbigiyaTY/Blog_app.git'*
3. **Run** *'code'*
### Prerequisites
In order to run this project you need **[describe prerequisites]**:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/AbigiyaTY/Blog_app.git
cd Blog_app
```
### Install
Install this project with **[package manager]**:
```sh
cd Blog_app
gem install
rails db:migrate
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
## Authors
👤 **Abigiya Tadesse**
* GitHub: [@AbigiyaTY](https://github.com/AbigiyaTY)
* Twitter: [@AbigiyaTY](https://twitter.com/AbigiyaTY)
* LinkedIn: [@AbigiyaTY](https://www.linkedin.com/in/AbigiyaTY)
👤**Elie Harfouche**
- GitHub: [@X-Elie-X](https://github.com/X-Elie-X)
- LinkedIn: [@Elie Harfouche](https://www.linkedin.com/in/elie-m-harfouche/)
> Features of this project.
- [ ] **User Authentication**
- [ ] **CRUD Operations**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project...
This project is [MIT](./MIT.md) licensed.