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

https://github.com/ivonnebenitesrodriguez/hello-rails-react-project

This is a rails app that show greetings in different languages stored in a rails backend API. React was used for the frontend part.
https://github.com/ivonnebenitesrodriguez/hello-rails-react-project

gemfile linters postgresql rubocop stylelint webpack

Last synced: about 1 year ago
JSON representation

This is a rails app that show greetings in different languages stored in a rails backend API. React was used for the frontend part.

Awesome Lists containing this project

README

          

# hello-rails-react

# 📗 Table of Contents

- [hello-rails-react](#hello-rails-react)
- [📗 Table of Contents](#-table-of-contents)
- [📖 hello-rails-react ](#-hello-rails-react-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [🌷 Key Features ](#-key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [🌷 Authors ](#-authors-)
- [🌷 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 hello-rails-react
This is a rails app that show greetings in different languages stored in a rails backend API. React was used for the frontend part.

## 🛠 Built With

### Tech Stack

Server


  • Ruby ⭐️

  • Rails ⭐️

  • PostgreSQL ⭐️

### 🌷 Key Features

- Class implementation with methods
- Data Preserved in .json files
- Backend PGSQL tables

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/IvonneBenitesRodriguez/hello-rails-react-project.git

```

### Install

To run the project, execute the folllowing in a terminal.

```sh
cd my-project
bundle install
```

```sh
npm install
```

### Usage

To run the project, execute the following command:

Example command:

```sh
rails server
```

(back to top)

## 🌷 Authors

🌷 **Ivonne Benites**

- GitHub: (https://github.com/IvonneBenitesRodriguez)
- LinkedIn:(https://www.linkedin.com/in/ivonnebenites/)

(back to top)

## 🌷 Future Features

- Styling data adding pages
- Joined tables

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, leave a star

(back to top)

## 🙏 Acknowledgments

I would like to thank the Microverse community.

(back to top)

## 📝 License

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

(back to top)