Skip to content

mp-learning-journey/hello-rails-react

Repository files navigation

Hello-rails-react

📗 Table of Contents

📖 [Hello-rails-react]

[Hello rails react] Implements a connection between a Ruby on Rails back-end and React front-end.

🛠 Built With

Tech Stack

Key Features

  • [A static page that display random greeting]

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  1. git use the following link to setup git if you dont have it already installed on your computer

(install git)

  1. Ruby use the following link to setup Ruby if you dont have it already installed on your computer

(install Ruby)

  1. Rails use the following link to setup Rails if you dont have it already installed on your computer

(install Ruby)

  1. PostgreSQL use the following link to setup PostgreSQL if you dont have it already installed on your computer

(install PostgreSQL)

  1. NodeJs use the following link to setup NodeJs if you dont have it already installed on your computer

(install NodeJs)

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/mrprotocoll/hello-rails-react.git

Install dependencies:

  cd hello-rails-react
  bundle install
  npm install 

Database

Edit config/database.yml with your database connection info. Run the foolowing command

    rails db:create
    rails db:schema:load
    rails db:seed

Usage

The following command can be used to run the application.

  rails s

(back to top)

👥 Authors

👤 mrprotocoll

🔭 Future Features

  • [Add translation]

(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, please don't forget to follow me and give it a star.

(back to top)

🙏 Acknowledgments

I would like to acknowledge and thank Microverse for providing the resources and the platform for this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Set up a "Hello world" project as one app with Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published