https://github.com/prangonghose/hello_rails_react
This is a demo application for practicing using `React` inside a `Rails API` project.
https://github.com/prangonghose/hello_rails_react
api-rest postgresql rails react webpack
Last synced: 3 months ago
JSON representation
This is a demo application for practicing using `React` inside a `Rails API` project.
- Host: GitHub
- URL: https://github.com/prangonghose/hello_rails_react
- Owner: PrangonGhose
- License: mit
- Created: 2023-05-03T12:39:36.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-11T16:44:49.000Z (about 3 years ago)
- Last Synced: 2025-02-03T11:25:50.567Z (over 1 year ago)
- Topics: api-rest, postgresql, rails, react, webpack
- Language: Ruby
- Homepage:
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React on Rails
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 Project Name
## Hello Rails with React
## About this project
This is a demo application for practicing using `React` inside a `Rails API` project.
- `Ruby`, `Ruby on Rails`, `JavaScript`, `HTML`, `CSS`, `React`
## 💻 Getting Started
To clone the repository in local environment try following steps.
### Prerequisites
- [x] 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](https://github.com/PrangonGhose/hello_rails_react).
### 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](./config/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
```
👤 **Prangon Ghose**
- GitHub: [@PrangonGhose](https://github.com/PrangonGhose)
- LinkedIn: [Prangon Ghose](https://www.linkedin.com/in/prangon-ghose/)
Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.
Feel free to check the [issues page](https://github.com/PrangonGhose/hello_rails_react/issues).
Give a ⭐️ if you like this project!
Authors would like to thank:
- [Microverse](https://www.microverse.org/)
- Code Reviewers
- Coding Partners
This project is [MIT](./LICENSE) licensed.