hello-rails-react

Hello Rails React app is simple application that contains setup of rails and react in one application. The greeting page loads a random greeting from database on every page load.

MIT License

Stars
4

Hello Rails React App

Hello Rails React app is simple application that contains setup of rails and react in one application. The greeting page loads a random greeting from database on every page load.

Preview

Home Page

Greeting Page

Built With

  • Major languages (Ruby)
  • Framworks (Ruby on Rails)
  • Javascript (ReactJS)
  • Markup (HTML)
  • Styles (CSS, Tailwind)

Getting Started

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

Prerequisites

  • A text editor(preferably Visual Studio Code)

Install

  • Ruby
  • Ruby on Rails
  • PostgresSQL
  • Node

Using it Locally

  • Clone the project
git clone [email protected]:thecodechaser/hello-rails-react.git

cd hello-rails-react

Setup

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate
rails db:seed

Install dependencies

npm i 
or
npm install

Usage

Start server with:

rails server

Visit http://localhost:3000/ in your browser.

Open API documentation

Coming soon!

Visit And Open Files

Visit Repo

Download Repo

Download Repo

Authors

Ranjeet Singh

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a if you like this project!

Acknowledgments

  • Inspiration: Microverse

License

This project is MIT licensed.