[Greetings - RoR_React] is a fullstack web application that displays a greetings - RoR_React each time the page app loads.
- [Display greetings - RoR_React on page load]
In order to run this project you need:
-
Ruby 3.2.2 installed
-
Rails installed
-
Nodejs installed
-
yarn installed
Run this command to install Rails
$ gem update --system && gem install rails && gem install pg
Clone this repository to your desired folder:
Example commands:
$ git clone https://github.com/mahabubx7/hello-rails-react.git
$ cd hello-rails-react
To install dependencies, run:
$ bundle install
$ yarn install
Set up the database
To create the database, run:
$ rails db:create
To create/update the schema/database, run:
$ rails db:migrate
$ rails db:seed
👤 Mahabub Alam
- GitHub: @mahabubx7
- LinkedIn: in/mahabubx7
- [Add button to generate greeting]
- [Add navigation]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a star please!
- Microverse Inc.
This project is MIT licensed.