https://github.com/rebaz36/blogapp
https://github.com/rebaz36/blogapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rebaz36/blogapp
- Owner: rebaz36
- License: mit
- Created: 2023-01-18T09:53:12.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-05T20:59:50.000Z (about 2 years ago)
- Last Synced: 2025-01-15T19:48:36.497Z (9 months ago)
- Language: Ruby
- Size: 708 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlogApp
Project by Rebaz Farid
# 📗 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)**Tangled** is a fully functional website that shows the list of posts and allows users to interact with them by adding comments and liking posts.
Client
Server
Database
- **Sign in**
- **Adding posts for each user**
- **Liking multiple posts**
- [Live Demo Link]()
> Available soon...
> To get a local copy up and running it in your machine, follow the next steps.
### Prerequisites
In order to run this project you need:
- Internet connection.
- Basic knowledge of Git/Terminal.
- Visual Studio Code Installed.
- Ruby installed.
- Ruby on Rails installed.
### Setup
Clone this repository to your desired folder:
### Terminal
> cd my-folder
> git clone
### Install
Install almost all dependencies/gems of the project by running:
- This one will install all gems inside GemFile including Rubocop:
> `Bundle install` or `Bundle i`
- This one will install stylelinter:
> npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
### Usage
To run the project, execute the following command:
> `rails server` or `rails s`
To run stylinter:
> `npx stylelint "**/*.{css,scss}"`
To run rubocop:
> `rubocop`
### Run tests
To run tests, run the following command:
> bin/rails test test/models/article_test.rb
👤 **Rebaz Farid**
- GitHub: [@Rebaz on Github](https://github.com/rebaz36)
- LinkedIn: [Rebaz on LinkedIn](https://www.linkedin.com/in/rebazfarid/)
- [ ] **Register new users**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Hi, I would appreciate if you give this project a star(⭐️) this will encourage me to improve it even further.
> "The best way to predict the future is to create it."
- **How can I contribute to this project?**
> You can contribute to this project by opening an issue or a pull request.
- **How can I report a bug?**
> You can report a bug by opening an issue.
- **How can I request a feature?**
> You can request a feature by opening an issue.
This project is [MIT](./LICENSE) licensed.