https://github.com/blase147/hello-rails-back-end
It is an implementation of a connection between Ruby on Rails and React. Hello Rails Backend handles the backend API, and Hello React Frontend handles the frontend UI to display a random greeting message.
https://github.com/blase147/hello-rails-back-end
backend-api rails ruby
Last synced: about 2 months ago
JSON representation
It is an implementation of a connection between Ruby on Rails and React. Hello Rails Backend handles the backend API, and Hello React Frontend handles the frontend UI to display a random greeting message.
- Host: GitHub
- URL: https://github.com/blase147/hello-rails-back-end
- Owner: blase147
- License: mit
- Created: 2023-05-01T08:48:48.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-02T12:07:52.000Z (about 3 years ago)
- Last Synced: 2025-10-06T02:36:58.830Z (9 months ago)
- Topics: backend-api, rails, ruby
- Language: Ruby
- Homepage:
- Size: 37.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 Backend ](#-hello-rails-backend-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
# 📖 Hello Rails Backend
**Hello Rails Backend** is an implemention of a connection between Ruby on Rails back-end and React front-end. [Hello Rails Backend](https://github.com/blase147/hello-rails-back-end) handles the backend API, and [Hello React Frontend](https://github.com/blase147/hello-react-front-end) handles the frontend UI to display a random greeting message.
Client
Server
Database
- Display a random greeting message
- N/A
### Prerequisites
In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).
- [PostgreSQL](https://www.postgresql.org/) installed and running
### Setup
Clone this repository to your desired folder:
```
git clone git@github.com:blase147/hello-rails-back-end.git
cd Hello-Rails-React
```
### Install
Install thr project dependencies with:
```
bundle install
rails javascript:install:webpack
rails db:create
rails db:migrate
rails db:seed
```
To run the project, execute the following command:
```
./bin/dev
```
### Run tests
To run all tests, including unit and integration tests, run the following command:
```
rspec
```
### Deployment
You can deploy this project using:
```
N/A
```
👤 **Chukwuma Paul Mosanya**
- [GitHub](https://github.com/blase147)
- [Twitter](https://twitter.com/ChukwumaMosanya)
- [LinkedIn](https://www.linkedin.com/in/chukwuma-mosanya)
- Update styles
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/blase147/hello-rails-back-end/issues).
If you like this project, please give it a star ✨
Thank you to microverse for giving me the opportunity to learn and grow as a developer.
This project is [MIT](./LICENSE) licensed.