https://github.com/cilfonegabriel/app-blog
The Blog app is classic example of a blog website. A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/cilfonegabriel/app-blog
rails ruby
Last synced: about 1 month ago
JSON representation
The Blog app is classic example of a blog website. A fully functional 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/cilfonegabriel/app-blog
- Owner: cilfonegabriel
- License: mit
- Created: 2023-04-04T23:34:00.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-21T19:11:16.000Z (about 3 years ago)
- Last Synced: 2025-07-30T14:29:43.457Z (11 months ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Test](#test)
- [Usage](#usage)
- [install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Blog App** The Blog app is classic example of a blog website. A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
* Services (job queues, cache servers, search engines, etc.)
## 🛠 Built With
This project was implemented using:
Framework
Database
- **Can persist user data to database**
- **Can persist posts data to database**
- **Can persist comments and likes database**
To get a local copy up and running, follow these steps:
### Prerequisites
In order to run this project you need to have installed:
- [ ] install ruby
- [ ] install postgresql
- [ ] You’ll need to have Ruby and Rails on your machine.
Optionally, in order to modify this project you should to have installed:
- [ ] Git.
- [ ] Code editor like: [Visual Studio code](https://code.visualstudio.com/), or others...
### Setup
To clone this repository to your desired folder:
- You can download the **Zip** file from the GitHub repository, or clone the repository with:
```console
git clone https://github.com/cilfonegabriel/App-Blog.git
```
- Access the cloned directory with:
```console
cd Blog-App
```
- Open it with your favorite code editor or with the live server
### Install
To run the project, execute the following command in the project directory:
```console
bundle install
rails db:create
rails db:migrate
```
### Tests
To run the tests run the following commands:
Install gems
```ruby
bundle install
```
Run tests
```ruby
rspec spec
```
### Usage
To run the project, execute the following command in the project directory:
```console
rails server
```
👤 **Gabriel Cilfone**
- GitHub: [Gabriel Cilfone](https://github.com/cilfonegabriel)
- LinkedIn: [Gabriel Cilfone](www.linkedin.com/in/gabriel-cilfone/)
We will implement this on the future:
- [ ] **Users can login to blog app**
- [ ] **Users can add a post**
- [ ] **Users can see a post list**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/cilfonegabriel/App-Blog/issues).
Give a ⭐️ if you like this project!
- Microverse
This project is [MIT](./LICENSE) licensed.