Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alvp01/hello-rails-react


https://github.com/alvp01/hello-rails-react

Last synced: about 1 hour ago
JSON representation

Awesome Lists containing this project

README

        


React+Rails One Repo in Rails App


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 React+Rails One Repo App ](#-reactrails-one-repo-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)

# 📖 React+Rails One Repo App

**React+Rails One Repo in Rails App** is an exercise only repo, but features a random generated greeting message.

## 🛠 Built With

### Tech Stack

> So you want to lear more about the tech we have used for this project?

Server

Database

Front-End

### Key Features

- **Setup a Hybrid Repo, using RubyRails with React in one repository.**
- **Rails 7.1.2 (lastest)+ Postgres with rails-jsbundler that is connected to Webpacker**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.
Note: We are assuming you have pre-installed ruby, WSL, ubuntu and rails!

### Prerequisites

In order to run this project you need:

first at all, install rails:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd your-folder
[email protected]:alvp01/hello-rails-react.git
```

### Install

Install this project with:

```sh
cd hello-rails-react
bundle install
```

Setting up the Data Base:

```sh
"Set up Username and password information in the config/database.yml"
rails db:create
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command:

```sh
./bin/dev
```

### Deployment

The deployment will be available soon !

(back to top)

## 👥 Authors

👤 **Abel Lavieri**

- GitHub: [@cancelei](https://github.com/alvp01)
- LinkedIn: [Glauber Bannwart](https://www.linkedin.com/in/abel-lavieri)


(back to top)

## 🔭 Future Features

> We this project can improve, we are planning to include the next features soon:

- [X] **User Interface, Controllers and Models**
- [N/A] **API documentation**
- [X] **View Implementation**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/cancelei/hello-rails-react2/issues).

(back to top)

## ⭐️ Show your support

> Would you like to help?

If you like this project feel free to leave an start, as well if you have a suggestion feel free to visit issues page.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for creating this exercise-project.

(back to top)

## ❓ FAQ (OPTIONAL)

> Learn more about FAQ below:

- **How do I fix Linters errors if I modify the project?**

- for rubocop run

```sh
rubocop -A
```

- for Stylint run:

```sh
npx stylelint "**/*.{css,scss}" --fix
```

(back to top)

## 📝 License

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

(back to top)