Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larryivc/hello-rails-react
https://github.com/larryivc/hello-rails-react
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larryivc/hello-rails-react
- Owner: LarryIVC
- License: mit
- Created: 2023-09-04T23:05:27.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-05T04:53:48.000Z (over 1 year ago)
- Last Synced: 2023-09-05T07:53:48.343Z (over 1 year ago)
- Language: Ruby
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello Rails React
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Database](#database)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Hello Rails React** is an application that allows users to show a random greeting. The app is built with Ruby on Rails and React. The app consumes API from Hello Rails API using React.
Language
<>
Database
- [⭐️ Setup Rails app ]
- [⭐️ Setup Rails API ]
- [⭐️ Setup Webpack ]
- [⭐️ Setup React ]
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone [email protected]:LarryIVC/hello-rails-react.git
```
### Prerequisites
> You need the following tools be installed in your computer:
> - [Rails](https://guides.rubyonrails.org/)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - [PostgreSQL](https://www.postgresql.org/download/)
> - [Node.js](https://nodejs.org/en/download/)
> - IDE
### Install
Install this project with:
```sh
cd hello-rails-react
bundle install
npm install
```
### 💾 Database
Create the databases and run migrations with:
```sh
rails db:drop
rails db:create
rails db:migrate
```
### Usage
To run the project, execute the following command:
Example command:
```sh
./bin/dev
```
## 👤 **Larry Villegas**
- GitHub: [@LarryIVC](https://github.com/LarryIVC)
- Twitter: [@LarryVillegas](https://twitter.com/LarryVillegas)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/larryvillegascostas/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/LarryIVC/hello-rails-react/issues).
Help me with your criticisms and your suggestions, you will be blessed for such a noble gesture and give me a ⭐️ if you like this project. click [here ⭐️](https://github.com/LarryIVC/hello-rails-react)
- I would like to thank *[Microverse](https://www.microverse.org/?grsf=l49pe7)* for this opportunity.
This project is [MIT](./LICENSE) licensed.