https://github.com/adel-gu/rails-blog-app
A Rails Blog app website. that will show the list of posts and empower readers to interact with them by adding comments and liking posts
https://github.com/adel-gu/rails-blog-app
postgresql rails ruby
Last synced: about 2 months ago
JSON representation
A Rails Blog app 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/adel-gu/rails-blog-app
- Owner: adel-gu
- Created: 2023-01-16T09:10:42.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-03T12:27:22.000Z (over 3 years ago)
- Last Synced: 2025-03-03T05:28:17.450Z (over 1 year ago)
- Topics: postgresql, rails, ruby
- Language: Ruby
- Homepage:
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- 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)
- [💻 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)
- [📝 License](#license)
This repo is a simple Blog app website. that will show the list of posts and empower readers to interact with them by adding comments and liking posts
Server
Database
- **Create a Post**
- **Add a Comment to a Post**
- **Like a Post**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby should be installed.
- You need a Terminal.
Then run the command example bellow to install rails.-
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/adel-gu/rails-blog-app.git
```
### Install
Install this project with:
Example command:
```sh
cd rails-blog-app/
bundle install
```
### Usage
To run the project, execute the following command:
Example command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
Example command:
```sh
gem install rails rspec
rails spec spec/models/
```
👤 **Adel Guitoun**
- GitHub: [@adel-gu](https://github.com/adel-gu)
- Twitter: [@GuitounAdel](https://twitter.com/GuitounAdel)
- LinkedIn: [adelguitoun](https://linkedin.com/in/adelguitoun)
👤 **Florin Voicu**
- GitHub: [@vflorin1995](https://github.com/vflorin1995)
- LinkedIn: [@florin--voicu](https://linkedin.com/in/florin--voicu)
## 🔭 Future Features
Some of the comming futures for this project would be:
- [ ] **Adding User Login**
- [ ] **Add API endpoints**
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, kindly give it a star ⭐️
This project is [MIT](./MIT.md) licensed.