Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrianarivo/blog_app
The Blog app will be a classic example of a blog website. You will create 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/andrianarivo/blog_app
Last synced: about 17 hours ago
JSON representation
The Blog app will be a classic example of a blog website. You will create 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/andrianarivo/blog_app
- Owner: andrianarivo
- License: mit
- Created: 2023-08-16T17:19:07.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-22T19:33:07.000Z (over 1 year ago)
- Last Synced: 2024-04-18T09:35:11.512Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 184 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog App
# 📗 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)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 Blog App
**Blog App** is a 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.
Server
Database
- [ ] **Adding Posts**
- [ ] **Liking posts**
- [ ] **Adding comments**
- [ ] **Deleting comments**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- `Ruby`
- `Rails`
- `Code editor (VSCode, RubyMine)`
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/andrianarivo/blog_app.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec spec
```
### Deployment
You can deploy this project using your own deployment solution
👤 **David**
- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- Twitter: [@dandrianarivo](https://twitter.com/dandrianarivo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/andrianarivo)
👤 **Amarachi Dimkpa**
- GitHub: [@amazinggacee](https://github.com/Amazinggracee)
- Twitter: [@amazinggaceu](https://twitter.com/amazinggraceu)
- LinkedIn: [Amarachi Dimkpa](https://linkedin.com/in/amarachi-dimkpa)
👤 **Aimable BANCUNGUYE**
- GitHub: [@bancunguye66](https://github.com/bancunguye66)
- Twitter: [@bancunguye66](https://twitter.com/bancunguye66)
- LinkedIn: [Aimable BANCUNGUYE](https://www.linkedin.com/in/aimable-bancunguye/)
- [ ] **Add Web UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/andrianarivo/blog_app/issues/).
If you like this project consider adding a ⭐️
I would like to thank [Microverse](https://bit.ly/MicroverseTN)..
This project is [MIT](./LICENSE) licensed.