https://github.com/marcraphael12/rails-blog-app
a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/marcraphael12/rails-blog-app
Last synced: 8 months ago
JSON representation
a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/marcraphael12/rails-blog-app
- Owner: Marcraphael12
- Created: 2023-10-25T17:44:57.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-11T19:56:53.000Z (over 2 years ago)
- Last Synced: 2025-06-04T19:16:11.084Z (about 1 year ago)
- Language: Ruby
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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)
- [π₯ Authors](#authors)
- [π₯ Collaborators](#collaborators)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)
> The Blog app is a classic example of a blog website. It's a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and likes to posts of their interest.
Ruby on Rails
- **Create blog plost**
- **Comment on blog post**
- **Display list of comments**
To get a local copy up and running follow these simple example steps.
### Prerequisites
In order to run this project you need:
- Code Editor (Vs Code)
- Terminal
- Install ruby on your computer
- Install rails on your computer
### Setup
Clone this repository by using the command line to your desired folder:
```sh
git clone https://github.com/Marcraphael12/rails_blog_app.git
cd rails_blog_app
```
### Install
Install this project with:
```sh
cd rails_blog_app
bundle install (install all dependencies)
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Test
```sh
rspec
```
π€ **Marc Raphael**
- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- Twitter: [@Marcraphael20](https://twitter.com/MarcRaphael20)
- LinkedIn: [Marc raphael](http://www.linkedin.com/in/marc-raphael-326039204)
π€ **Tomas Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)
- **Improve styles of the project**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Marcraphael12/rails-blog-app/issues)
Leave a star if you like the project.
I would like to thank Microverse for the project.
This project is [MIT](./MIT.md) licensed.