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.
- Host: GitHub
- URL: https://github.com/ivonnebenitesrodriguez/hello-rails-react-project
- Owner: IvonneBenitesRodriguez
- License: mit
- Created: 2024-02-05T15:05:42.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2024-02-06T19:17:30.000Z (over 2 years ago)
- Last Synced: 2025-05-19T04:12:13.318Z (about 1 year ago)
- Topics: gemfile, linters, postgresql, rubocop, stylelint, webpack
- Language: Ruby
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
Server
- Ruby ⭐️
- Rails ⭐️
- PostgreSQL ⭐️
- Class implementation with methods
- Data Preserved in .json files
- Backend PGSQL tables
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
```
🌷 **Ivonne Benites**
- GitHub: (https://github.com/IvonneBenitesRodriguez)
- LinkedIn:(https://www.linkedin.com/in/ivonnebenites/)
- Styling data adding pages
- Joined tables
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, leave a star
I would like to thank the Microverse community.
This project is [MIT](./LICENSE) licensed.