Debas-31 / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails React App

A simple application that contains the setup of rails and react in one application. The App loads a random greeting message from the database when the page loads.

Built With

  • Ruby
  • Ruby on Rails
  • HTML
  • TailwindCSS and CSS

prerequisites

  Ruby
  rails version 7.x gem package 

Development (Running locally)

  • git clone the project
git clone git@github.com:Debas-31/hello-rails-react.git

cd rails-budget-app

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.

👤 Debas Gebreslasie

🤝 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

  • Ruby Community
  • rails developers

📝 License

MIT licensed.

About

License:MIT License


Languages

Language:Ruby 65.0%Language:JavaScript 19.6%Language:HTML 13.8%Language:CSS 1.6%