Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baayeh/hello-rails-react
https://github.com/baayeh/hello-rails-react
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/baayeh/hello-rails-react
- Owner: Baayeh
- License: mit
- Created: 2023-02-19T14:07:01.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-02-20T09:26:56.000Z (over 1 year ago)
- Last Synced: 2024-10-23T13:36:17.443Z (15 days ago)
- Language: Ruby
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)**Hello React-Rails App** is a simple app that displays random messages.
Client
Server
Database
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
> Latest version of Ruby: Ruby
> Latest npm version
> Latest yarn version
> Database : PostgreSQL
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Baayeh/hello-rails-react.git
```
### Install
Install this project with:
```sh
cd hello-rails-react
bundle install
npm install
```
### Usage
To run the project, execute the following command:
```sh
./bin/dev
```
### Deployment
You can deploy this project using:
[Render](https://render.com/)
π€ **Author1**
- GitHub: [Kwasi Baayeh](https://github.com/Baayeh/)
- LinkedIn: [Kwasi Baayeh](https://www.linkedin.com/in/kabaayeh)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kindly give it a starβοΈ
I would like to thank
- Microverse
- [David Γbelacker](https://betterprogramming.pub/react-with-rails-2022-bd28e1fcd355#ad0a)
This project is [MIT](./LICENSE) licensed.