Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lu-jim/hello-rails-react
https://github.com/lu-jim/hello-rails-react
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lu-jim/hello-rails-react
- Owner: lu-jim
- Created: 2022-04-04T19:06:04.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-04-07T00:45:10.000Z (over 2 years ago)
- Last Synced: 2024-10-16T10:54:14.612Z (about 1 month ago)
- Language: Ruby
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Rails React
![](https://img.shields.io/badge/Microverse-blueviolet) ![](https://img.shields.io/badge/Ruby-red) ![](https://img.shields.io/badge/Rails-critical)
> Mobile web application built that shows a random greeting from a Rails API though a React component## Built With
- Ruby
- Javascript
- Rails
- React## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- Having a modern internet browser: I.E. Chrome, Edge, Safari, Firefox.
### Setup
- Go into the main page for this project: https://github.com/lu-jim/hello-rails-react
- Click the green Code button next to the About section.
- Select the then click the 📋 button.
### Install
- Open your console and change the current working directory into the destination for this project.
- Type `git clone`, and then paste the URL copied in the Setup section.
- Type Enter and then enter `cd hello-rails-react` to enter into the project directory.
- Run `bundler install` to install the required dependencies## Run
```sh
rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # load all data in database from seed.rbrails s
```## Authors
👤 **Luis Fernando Jimenez**
- GitHub: [@lu-jim](https://github.com/lu-jim)
- Twitter: [@lujimhe](https://twitter.com/lujimhe)
- LinkedIn: [@lujim](https://www.linkedin.com/in/lujim/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments- Microverse for the guidelines used for this project
- My SO and project manager, Mane
## 📝 LicenseThis project is [MIT](./LICENSE) licensed.