https://github.com/booze33/hello-rails--react
https://github.com/booze33/hello-rails--react
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/booze33/hello-rails--react
- Owner: Booze33
- License: mit
- Created: 2023-08-14T23:10:54.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-15T20:02:31.000Z (almost 3 years ago)
- Last Synced: 2025-11-18T14:39:11.922Z (8 months ago)
- Language: Ruby
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Table of Contents
π Table of Contents
- π Hello Rails React
- π Built With
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgments
- π License
**Hello Rails React** is a simple web application that demontstrates the use of React and Redux in a Rails application.
Client
Server
Database
- Displays a random greeting from a rails API endpoint
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
git
bundle
Your favorite text editor
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/Booze33/hello-rails--react.git
```
### Install
Install this project with:
```sh
cd hello-rails-react
bundle install
npm install
rails: db:setup - create the database, load the schema, and initialize it with the seed data.
rails: db:migrate - run pending migrations for the current environment.
```
### Usage
To run the project, execute the following command:
```sh
./bin/dev - Compiles the javascript files
rails server - Starts the development server
rails console - Starts the interactive command line
```
### Run tests
To run tests, run the following command:
```sh
rspec - Runs the test suite
```
π€ **Tebe Tisloh**
- GitHub: [@Booze33](https://github.com/Booze33)
- Twitter: [@twitterhandle](https://twitter.com/Tebe95645832)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tebe-tisloh-847956225)
- [ ] Add next.js
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please leave a starπ€©
- [Microverse](https://www.microverse.org/)
This project is [MIT](./LICENSE) licensed.