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
Last synced: 3 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-03-31T07:42:57.000Z (about 2 years ago)
- Default Branch: Development
- Last Pushed: 2023-04-15T15:01:56.000Z (about 2 years ago)
- Last Synced: 2025-02-04T14:48:04.971Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 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.
Server
Database
- **[Add posts]**
- **[Add comments]**
- **[Add Likes]**
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 Blog-App
> bundle install
### Usage
To run the project, execute the following command:
> rails server
### Run tests
To run tests, run the following command:
> rspec spec
👤 **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/)
- [ ] **[Users ables to like posts]**
- [ ] **[Users ables to comment posts]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project don't forget to give star to my project.
I would like to thank Microverse for give me this opportunity to work on this rails project.
This project is [MIT](./LICENSE) licensed.