Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baayeh/blog_app
https://github.com/baayeh/blog_app
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/baayeh/blog_app
- Owner: Baayeh
- License: mit
- Created: 2023-01-16T14:25:57.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-02T17:51:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T13:38:15.936Z (15 days ago)
- Language: Ruby
- Size: 199 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π License](#license)**The Blog App** is a classic example of a blog website. It is 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
Server
Database
- **[Create posts]**
- **[Comment on posts]**
- **[Like posts]**
- Coming soon....
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Baayeh/blog_app.git
```
### Install
Install this project with:
```sh
cd my-project
gem install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
π€ **Author1**
- GitHub: [@Baayeh](https://github.com/Baayeh)
- LinkedIn: [LinkedIn](https://linkedin.com/in/kabaayeh)
π€ **Author2**
- GitHub: [@Okechukwu-muokwugwo](https://github.com/Okechukwu-muokwugwo)
- [ ] **[Like a post]**
- [ ] **[Comment on a post]**
- [ ] **[Follow a user]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kindly give it a starβοΈ
This project is [MIT](./LICENSE) licensed.