Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

README

        

# rails-blog



main-logo


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-)

# 📖 Rails Blog

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.

## 🛠 Built With

### Tech Stack

### Key Features

- **Right now it is under construction.**

(back to top)

## 💻 Getting Started

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.

(back to top)

## 👥 Authors

👤 **Julio Quezada**

- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)

(back to top)

## 🔭 Future Features

- [ ] **Under construction.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project please give a star.
Thanks in advance.

(back to top)

## 🙏 Acknowledgments

I would like to thank all of my colleagues who inspire to do my best everyday.

(back to top)

## ❓ FAQ

**What did you learn?**

- Under construction.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)