Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandroq12/rails-blog
Under construction!
https://github.com/alejandroq12/rails-blog
blog render ruby-on-rails tailwind
Last synced: 8 days ago
JSON representation
Under construction!
- Host: GitHub
- URL: https://github.com/alejandroq12/rails-blog
- Owner: Alejandroq12
- License: mit
- Created: 2024-01-22T21:27:52.000Z (12 months ago)
- Default Branch: dev
- Last Pushed: 2024-09-29T00:01:17.000Z (4 months ago)
- Last Synced: 2024-11-10T22:36:33.474Z (2 months ago)
- Topics: blog, render, ruby-on-rails, tailwind
- Language: Ruby
- Homepage: https://rails-blog-dvuh.onrender.com/
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rails-blog
Rails Blog
# 📗 Table of Contents- [rails-blog](#rails-blog)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Rails Blog ](#-rails-blog-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Database](#database)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Run linter](#run-linter)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)The Rails Blog is a full-stack web application created with Ruby on Rails. My goal is to create a blog to practice and master Ruby but at the same time to be a usable and working app.
- **Right now it is under construction.**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
[Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)
### Setup
```sh
cd my-folder
git clone https://github.com/Alejandroq12/rails-blog.git
```
### Install
Install all necessary dependencies listed in the `Gemfile`.
```sh
bundle install
```
Install all necessary dependencies listed in the `package.json`.
```sh
npm install
```
### Database
Run migrations:
```sh
rails db:migrate
```
Add the seeds:
```sh
rails db:seed
```
### Usage
To run the project, navigate to the project directory and execute the following command:
```sh
rails server
```
### Run tests
To execute all test suites in the application, use the following command in your terminal:
```sh
rspec
```
If you wish to run only the controller request tests, you can specify the path to your request specs directory:
```sh
rspec spec/requests/
```
### Run linter
To run linter, run the following command:
```sh
rubocop
```
### Deployment
You can deploy this project using:
Not available at the moment.
👤 **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
- [ ] **Under construction.**
Contributions, issues, and feature requests are welcome!
If you like this project please give a star.
Thanks in advance.
I would like to thank all of my colleagues who inspire to do my best everyday.
**What did you learn?**
- Under construction.
This project is [MIT](./LICENSE) licensed.