https://github.com/faranoshamini/blog_app
The Blog App is a classic example of a blog website. It is 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/faranoshamini/blog_app
css gem html ruby ruby-on-rails
Last synced: 2 months ago
JSON representation
The Blog App is a classic example of a blog website. It is 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/faranoshamini/blog_app
- Owner: FaranoshAmini
- License: mit
- Created: 2023-01-20T18:45:55.000Z (over 2 years ago)
- Default Branch: Development
- Last Pushed: 2023-02-06T03:30:53.000Z (over 2 years ago)
- Last Synced: 2025-02-04T14:48:05.160Z (4 months ago)
- Topics: css, gem, html, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 697 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [� Table of Contents](#-table-of-contents)
- [📖 \[Blog\_App\] ](#-blog_app-)
- [🛠 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)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**[Blog_App]** The Blog App is a classic example of a blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Client
Server
Database
- **[Create post]**
- **[Comment on post]**
- **[Like posts]**
> Add a link to your deployed project.
- [Live Demo Link](https://yourdeployedapplicationlink.com)
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
> gem install rails
### Setup
Clone this repository to your desired folder:
> cd my-folder
git clone https://github.com/FaranoshAmini/Blog_App.git
### Install
Install this project with:
> cd my-project
gem install
### Usage
To run the project, execute the following command:
> rails server
### Run tests
> rspec
### Deployment
You can deploy this project using:
> Mention all of the collaborators of this project.
👤 **Faranosh Amini**
- GitHub: [@githubhandle](https://github.com/FaranoshAmini)
- Twitter: [@twitterhandle](https://twitter.com/Faranosh_Amini)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faranosh-amini-9b925b23a/)
👤 **Muyiwa Fawole**
- GitHub: [@samlorlah](https://github.com/samlorlah)
- Twitter: [@samlorlah](https://twitter.com/samlorlah)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/muyiwa-fawole/)
> Describe 1 - 3 features you will add to the project.
- [ ] **[Implement View]**
- [ ] **[Implement Controller]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._