Hello Rails React is a project that demonstrates how to build a Rails API with a React frontend.
Client
Server
Database
- Render Random messages
- Rails API stores database
- Webpack combiles JavaScript
To get a local copy up and running, follow these steps.
In order to run this project you need:
ruby 3.2.1
rails
node
yarn
Clone this repository to your desired folder:
Example commands:
cd your-folder
git clone https://github.com/iamchristianani/hello-rails-react.git
Install this project with:
Example command:
cd my-project
bundle install
To run the project, execute the following command:
Example command:
./bin/dev or rails server
To run tests, run the following command:
Example command:
bin/rails rspec
👤👤 Raphael Okolo
- GitHub: @RaphOkolo
- Twitter: @RaphOkolo
- LinkedIn: @RaphOkolo
- Add more greetings
- Add styles
- Add Header
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️. Your support is greatly appreciated!
I would like to thank Microverse for giving me this chance to learn how to build a Rails API with a React frontend.
This project is MIT licensed.