https://github.com/timbar09/hello_react_rails
This is reails-react app that displays random greetings.
https://github.com/timbar09/hello_react_rails
axios postgresql rails-react react ruby-on-rails webpack
Last synced: about 2 months ago
JSON representation
This is reails-react app that displays random greetings.
- Host: GitHub
- URL: https://github.com/timbar09/hello_react_rails
- Owner: Timbar09
- License: mit
- Created: 2023-08-14T09:35:06.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-16T05:56:50.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T10:49:00.029Z (4 months ago)
- Topics: axios, postgresql, rails-react, react, ruby-on-rails, webpack
- Language: Ruby
- Homepage:
- Size: 674 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
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> This is an app that displays random greetings.
Client
Server
Database
- **Generate random greetings**
> The app is able to generate random greetings for the user.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A text editor.
- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/).
- To install [Ruby on Rails](https://rubyonrails.org/).
- To install [PostgreSQL](https://www.postgresql.org/).
### Setup
Clone this repository to your desired folder:
```
cd hello-rails-react
git clone https://github.com/Timbar09/Hello_react_rails.git
```
### Install
Install this project with:
```
cd hello-rails-react
bundle install && npm install
```
### Usage
To run the project, execute the following command:
```
./bin/dev
```
| 👤 Author | GitHub | Twitter | LinkedIn |
| :----------- | :--------------------------------------- | :-------------------------------------- | :------------------------------------------------------------ |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09) |
[ ] **Multilingual Support**
> Implement a feature that enables users to receive greetings in different languages.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/stephenkati/Hello_react_rails/issues).
If you like this project, give it a ⭐️ and let me know what you like in particular.
I would like to thank the microverse community for the useful content.
This project is [MIT](./LICENSE) licensed.