PrangonGhose / hello_rails_react

This is a demo application for practicing using `React` inside a `Rails API` project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React on Rails

πŸ“— Table of Contents

πŸ“– Project Name

Hello Rails with React

About this project

This is a demo application for practicing using React inside a Rails API project.

πŸ›  Built With

  • Ruby, Ruby on Rails, JavaScript, HTML, CSS, React

πŸ’» Getting Started

To clone the repository in local environment try following steps.

Prerequisites

  • A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Ruby and gem for package installation.

$ ruby --version && gem --version

Note: This project is built with Ruby version 3.1.3

Setup

Clone the repository using this link.

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/PrangonGhose/hello_rails_react

Get into development

In the terminal, run these commands to get into development.

$ cd Rails-recipe

$ bundle init

$ bundle install (install dependencies)

Note: You might need to update database.yml for development and testing environments with necessary username and password for your database in their respective positions.

$ rails db:create

$ rails db:migrate

$ rails server

πŸ‘₯ Authors

πŸ‘€ Prangon Ghose

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

Authors would like to thank:

(back to top)

πŸ“ License

This project is MIT licensed.

About

This is a demo application for practicing using `React` inside a `Rails API` project.

License:MIT License


Languages

Language:Ruby 62.0%Language:HTML 14.6%Language:JavaScript 14.4%Language:Batchfile 7.2%Language:CSS 1.8%