https://github.com/elijahdre/blog-app
This is an educational project to 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/elijahdre/blog-app
blog microverse microverse-projects microverse-students rails ruby ruby-on-rails rubygem
Last synced: 2 months ago
JSON representation
This is an educational project to 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/elijahdre/blog-app
- Owner: Elijahdre
- Created: 2022-11-23T03:20:12.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-04T18:05:49.000Z (over 2 years ago)
- Last Synced: 2024-05-28T22:10:42.631Z (about 1 year ago)
- Topics: blog, microverse, microverse-projects, microverse-students, rails, ruby, ruby-on-rails, rubygem
- Language: Ruby
- Homepage:
- Size: 714 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- 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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**[Blog app]** is an app that connects authors, posts and their comments using Ruby on Rails.
## 🛠 Built With
- Ruby
- Rails
- Gem
- postgresqlDatabase
- **[MVC]**
- [Live Demo Link](https://yourdeployedapplicationlink.com)
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 [email protected]:Elijahdre/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: [](https://github.com/Elijahdre)
- Twitter: [](https://twitter.com/kingglijah)
- LinkedIn: [](https://www.linkedin.com/in/elijah-odjegba-862708179/)
- [ ] **[Adding comments]**
- [ ] **[Add posts]**
- [ ] **[Add likes]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Elijahdre/blog-app/issues).
Drop a ⭐️ if you like this project...
I would like to thank Microverse
This project is [MIT](./MIT.md) licensed.