Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegoh40/ror-blog-app
https://github.com/diegoh40/ror-blog-app
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/diegoh40/ror-blog-app
- Owner: diegoh40
- Created: 2022-12-01T02:50:37.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-02T04:06:56.000Z (about 2 years ago)
- Last Synced: 2024-12-20T18:12:19.443Z (16 days ago)
- Language: Ruby
- Size: 573 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [π 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)>The Blog app will be a classic example of a blog website. I will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
## π Built With Ruby
- Ruby on rails
- VSCode
- Git
- GitHub
- Rubocop
> live
- [deploy]()
### Prerequisites
In order to run this project you need:
`gem install rails`### Setup
Clone this repository to your desired folder:
https://github.com/diegoh40/ror-blog-app.git### Install
Install this project with:
`bundle install`### Usage
To run the project, execute the following command:
`rails server`### Run tests
To run tests, run the following command:
`rspec ./spec/[name of file]`π€ **Diego HernΓ‘ndez**
- GitHub: [@diehoh40](https://github.com/diegoh40)
- Twitter: [@Diegoart80](https://twitter.com/Diegoart80)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/diegoarturoh/)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...
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
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._