https://github.com/fene-87/blog
A ruby on rails application which is a classic example of a blog website. The fully functional website shows posts made and empower readers to interact with them by adding comments and liking posts.
https://github.com/fene-87/blog
postgresql rspec-rails rubocop ruby
Last synced: 6 months ago
JSON representation
A ruby on rails application which is a classic example of a blog website. The fully functional website shows posts made and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/fene-87/blog
- Owner: Fene-87
- License: mit
- Created: 2023-05-03T19:23:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-19T23:50:18.000Z (over 2 years ago)
- Last Synced: 2025-02-13T17:49:38.361Z (8 months ago)
- Topics: postgresql, rspec-rails, rubocop, ruby
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog App
# 📗 Table of Contents- [📗 Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**Blog App** is a ruby on rails application which is a classic example of a blog website. The fully functional website shows posts made and empower readers to interact with them by adding comments and liking posts.
- **[View all posts.]**
- **[Comment on 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
- Rails
### SetUp
Clone this Repository to your desired folder:
``` sh
cd my-folder
git clone git@github.com:Fene-87/blog.git
```
### Install
Install this project with:
``` sh
bundle install
```
### Usage
To run the project, execute the following command:
``` sh
rails s
```
## 👥 Authors
👤 **Mark Fenekayas**
- GitHub: [@Fene-87](https://github.com/Fene-87)
- LinkedIn: [@Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas/)
- [ ] **[Connect API]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider giving it a star ⭐️.
I would like to thank Microverse for giving me the opportunity to work on this project.
- LazyCoders
- Coding Partners
This project is [MIT](./LICENSE) licensed.