A simple demonstration react-rails app that shows a random message sent from the backend, by the request from the client side.
Client
Server
Database
- User can see a random greeting message sent from the backend.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Rubyinstalled in your machine, you can user this link to install in your OS.PostgreSQLis installed in your machine, you can refer this link to install in your machine. Then run:
Clone this repository to your desired folder:
git clone https://github.com/SekoViper/hello-rails-react.git
cd hello-rails-react
Run these commands to install the required dependencies:
bundle install
npm install
yarn install
To run the project, execute the following command:
./bin/dev
- GitHub: @SekoViper
- LinkedIn: Dameh Livingstone
- Create API documentation using rswag
- Add testing for react and rails.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
This project is MIT licensed.