https://github.com/faranoshamini/rails-blog
https://github.com/faranoshamini/rails-blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faranoshamini/rails-blog
- Owner: FaranoshAmini
- License: mit
- Created: 2023-06-07T19:24:39.000Z (about 2 years ago)
- Default Branch: Development
- Last Pushed: 2023-06-23T18:38:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T14:48:01.564Z (4 months ago)
- Language: Ruby
- Size: 131 KB
- Stars: 0
- 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)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**[Rails-blog]** The Rails-blog 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.
* Services (job queues, cache servers, search engines, etc.)
Client
* Deployment instructions
Server
* ...
Database
- **[Create post]**
- **[Comment on post]**
- **[Like posts]**
### 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/rails-blog.git
### Install
Install this project with:
> cd my-project
gem install
### Usage
To run the project, execute the following command:
> rails server
### Run tests
To run tests, run the following command:
### Deployment
You can deploy this project using:
👤 **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/)
- [ Add Views ]
- [ Add Forms ]
- [ Integration specs for Views and fixing n+1 problems]
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## ⭐️ Show your support
> If you like my project please give the repo a star and share it with your friends
## 🙏 Acknowledgments
> I would like to thank Microverse for the project.
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._