Hello React Frontend is an implemention of a connection between Ruby on Rails back-end and React front-end. Hello Rails Backend handles the backend API, and Hello React Frontend handles the frontend UI to display a random greeting message.
Client
Server
Database
- Display a random greeting message
- N/A
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
git clone https://github.com/MahdiAghaali/hello-rails-react-backend
cd Hello-Rails-Backend
Install thr project dependencies with:
bundle install
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails s
To run all tests, including unit and integration tests, run the following command:
rspec
You can deploy this project using:
N/A
👤 Name | Github | |
---|---|---|
Mahdi Aghaali | @Mahdi Aghaali | Mahdi Aghaali |
- Add more greeting messages.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects Give this project a Star.
Thank you to microverse for giving me the opportunity to learn and grow as a developer.
This project is MIT licensed.