Skip to content

mahabubx7/hello-rails-react

Repository files navigation

Greetings - RoR_React

📗 Table of Contents

📖 [Greetings - RoR_React]

[Greetings - RoR_React] is a fullstack web application that displays a greetings - RoR_React each time the page app loads.

🛠 Built With

Tech Stack

Server Database Client

(back to top)

Key Features

  • [Display greetings - RoR_React on page load]

(back to top)

💻 Getting Started

Preriquisites

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

Setup

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

(back to top)

👥 Authors

👤 Mahabub Alam

(back to top)

🔭 Future Features

  • [Add button to generate greeting]
  • [Add navigation]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a star please!

(back to top)

🙏 Acknowledgments

  • Microverse Inc.

(back to top)

📝 License

This project is MIT licensed.

(back to top)