https://github.com/developertariq/hello-rails-react
https://github.com/developertariq/hello-rails-react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/developertariq/hello-rails-react
- Owner: developertariq
- License: mit
- Created: 2023-05-01T12:54:02.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-01T23:28:53.000Z (about 3 years ago)
- Last Synced: 2025-02-04T12:48:44.062Z (over 1 year ago)
- Language: Ruby
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello Rails-React
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [Hello world- ](#hello-world--)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run](#run)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Hello world** is the eductional project to connect with Ruby on Rails and React. In this exercise I have connected previous knowledge with new knowledge as I get a chance to use Webpack with jsbundling-rails gem.
Server
Client
- Create an API endpint by rails.
- Use api using webpack.
## 💻 Getting Started
### Prerequisites
* Make sure you have Ruby installed in your system. You can install it [here](https://www.ruby-lang.org/en/documentation/installation/)
* Get started with [Ruby on Rails](https://guides.rubyonrails.org/getting_started.html).
* Make sure you have [PostgreSQL](https://www.postgresql.org/) installed and running.
### Setup
* Clone this repository by running `git clone https://github.com/developertariq/hello-rails-react.git` in your command line.
* Navigate to the repository by running `cd hello-rails-react`.
### Install
* Run `bundle install` to install all the gems.
### Run
* Change/include `host, username, password` according to your database server.
* Run `rails db:create` and `rails db:migrate`
* Run `./bin/dev` to start the server.
* In your browser, go to `http://localhost:3000`.
👤 **Md Tariq-ul Islam**
- [GitHub](https://github.com/developertariq)
- [Twitter](https://twitter.com/developer_tariq)
- [LinkedIn](https://www.linkedin.com/in/developer-tariq//)
- [ ] **Better user interface**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/developertariq/hello-rails-react/issues)
Give a ⭐️ if you like this project!
- I would like to thank all code reviewers and coding partners for making this project better.
This project is [MIT](./LICENSE) licensed.