https://github.com/camerodev/ruby-on-rails-react
https://github.com/camerodev/ruby-on-rails-react
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/camerodev/ruby-on-rails-react
- Owner: camerodev
- License: mit
- Created: 2025-04-06T19:17:45.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T19:17:49.000Z (2 months ago)
- Last Synced: 2025-04-07T16:43:28.051Z (2 months ago)
- Language: Ruby
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Ruby on Rails React
# π 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)This application allows you to:
- See a random greeting
Technology
- Ruby
- Rails
- PostgresSQL
Tools
- VS Code
- GIT
- GITHUB
- Use Postgres database.
- Use React to fetch the API
- Use WebPack to pack the JavaScript code
- Sorry, Currently not available
To get a local copy up and running follow these simple example steps.
### Prerequisites
you have to those tools in your local machine.
- [ ] Ruby
- [ ] Rails
- [ ] PostgresSQL
- [ ] GIT & GITHUB
- [ ] Any Code Editor (VS Code, Brackets, etc)
### Clone Repo
Clone the project using the following bash command in an appropriate location.
```bash
git clone https://github.com/PierreBarba/Ruby-on-Rails-React.git
```
Go to the project directory.
```bash
cd Ruby-on-Rails-React
```
To learn more [check Custom Credentials](https://edgeguides.rubyonrails.org/security.html#custom-credentials) documentation.
### Add necessary packages
For installing necessary packages, run the following bash command:
```bash
bundle install
```
### Run the server in development mode
In the project directory, you can run the project by using following bash command:
```bash
./bin/dev
```
And now you can visit the site with the URL http://localhost:3000
### Run the test
For testing you can run:
```bash
bundle exec rspec
```
**Jean Pierre Barba**
[](https://github.com/PierreBarba) [](https://www.linkedin.com/in/jean-pierre-barba/)
- [ ] **Live demo will added soon**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/PierreBarba/Ruby-on-Rails-React/issues).
Give a βοΈ if you like this project!
- My Family.
- [Microverse](microverse.org)
- **Can I use this project for personal use?**
- Yes, you can use it.
This project is [MIT](./LICENSE) licensed.