Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duanedave/hello-react-rails
https://github.com/duanedave/hello-react-rails
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/duanedave/hello-react-rails
- Owner: DuaneDave
- License: mit
- Created: 2023-01-03T20:55:08.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-04T10:25:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T14:20:04.476Z (2 months ago)
- Language: Ruby
- Size: 617 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
RAILS_REACT WEB APPLICATION
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)**RailsReact** is web app to display greetings from rails API with react as the front-end using webpack in one app
> [Ruby on Rails](https://guides.rubyonrails.org/) (simplify as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a modelβviewβcontroller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing.
> [React](https://reactjs.org/) React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called βcomponentsβ.
> [Webpack](https://webpack.js.org/concepts/) is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a dependency graph from one or more entry points and then combines every module your project needs into one or more bundles, which are static assets to serve your content from.
Client
Server
Database
> Key features of the application are
- **Display of content from API**
> Add a link to your deployed project.
- [Live Demo coming soon...](https://yourdeployedapplicationlink.com)
> This project can be used by anyone for any good purpose.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Ruby and Rails on you operating system eg. for Ubuntu 20.04](https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-20-04)
- [Node.js](https://nodejs.dev/en/) installed
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable)
- [PostgreSQL](https://www.postgresql.org/) database installed
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/DuaneDave/hello-react-rails.git
```
### Install
Install this project with:
```sh
cd hello-rails-react
bundle install
```
### Usage
To run the project, execute the following command:
```sh
./bin/dev
```
### Run tests
To run tests, run the following command:
```sh
bin/rails rspec spec
```
### Deployment
You can deploy this project using:
π€ **Obiebi David**
- GitHub: [@githubhandle](https://github.com/DuaneDave)
- Twitter: [@twitterhandle](https://twitter.com/dave_duane)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/david-obiebi)
- Coming Soon ...
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/DuaneDave/hello-react-rails/issues).
If you like this project buy me a [drink](.../.../)
> Give credit to everyone who inspired your codebase.
We would like to thank [Microverse](https://www.microverse.org/) for inspiring this project
- **Is Rails still relevant?**
- [Yes, Rails is still popular among developer](https://blog.railwaymen.org/is-ruby-on-rails-dead)
- **Is it easy to learn Ruby on Rails**
- [It is very easy to learn compared to most of the programming languages](https://careerkarma.com/blog/why-learn-ruby-on-rails/)
This project is [MIT](LICENSE.md) licensed.