https://github.com/libercosoft/hello-rails-react
A hello world react rails application
https://github.com/libercosoft/hello-rails-react
Last synced: 2 months ago
JSON representation
A hello world react rails application
- Host: GitHub
- URL: https://github.com/libercosoft/hello-rails-react
- Owner: LIBERCOSOFT
- License: mit
- Created: 2023-02-20T20:50:18.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-02-21T16:12:43.000Z (over 3 years ago)
- Last Synced: 2025-12-28T21:53:00.169Z (6 months ago)
- Language: Ruby
- Size: 78.1 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](#-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)
- [Install \& Setup](#install--setup)
- [Tests](#tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)
**hello-rails-react** is a simple hello world application built with Ruby on Rails and React.
Frontend
Server
Database
- **Setup Ruby on Rails with React**
> To start and run this project
```
bundle install
```
```
./bin/dev
```
To get a local copy up and running, follow these steps.
### Prerequisites
- IDE / Editor
- Git
- PostgreSQL
### Install & Setup
To setup and install this sample ROR Blog project, follow the below steps:
- Clone this project by the command:
```
$ git clone https://github.com/LIBERCOSOFT/hello-rails-react.git
```
- Then switch to the project folder by the bellow query:
```
$ cd hello-rails-react
```
- Install the required dependecies with `bundle install`
- Install npm dependencies with `npm install`
- **Before running below commands update [config/database.yml](./config/database.yml) with your local `DB`credentials. Then run:**
- **`rails db:create`**
- **`rails db:migrate`**
- **`rails db:seed`**
- With Ruby on Rails and PostgreSQL installed in your environment, it also includes React and you can run `./bin/dev` to run the website.
### Tests
- Run `rails db:seed RAILS_ENV=test` to seed the testing database
- Run `rspec`
### Deployment
N/A
👤 **Kolapo Precious Akinrinlola**
- GitHub: [LIBERCOSOFT](https://github.com/LIBERCOSOFT)
- Twitter: [@Gerfieldt](https://twitter.com/Gerfieldt)
- LinkedIn: [Kolapo Akinrinlola](https://linkedin.com/in/kolapo-akinrinlola)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project do not forget to start the repository.
This project is [MIT](./LICENSE) licensed.