Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/hello-rails-react
https://github.com/eapenzacharias/hello-rails-react
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eapenzacharias/hello-rails-react
- Owner: eapenzacharias
- License: mit
- Created: 2022-04-19T07:00:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-21T15:20:43.000Z (over 2 years ago)
- Last Synced: 2023-03-03T01:37:28.054Z (over 1 year ago)
- Language: Ruby
- Size: 492 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-rails-react
> Practicing with react and rails, setting up a new single project with react-rails gem.
## Built With
- Ruby on Rails
- REACT
- REDUX## Getting Started
### Prerequisites
- Ruby
- Postgres server
- node### Setup
Clone this repo and enter the directory.
```sh
git clone [email protected]:eapenzacharias/hello-rails-react.git && cd hello-rails-react
```### Install
Run the following command to install all the dependencies.
```sh
bundler install
```### Usage
Run the following command to start the server, then go to http://localhost:3000
```sh
rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # load all data in database from seed.rbrails s # starting the app
```## Author
👤 **Eapen Zacharias**
- GitHub: [@eapenzacharias](https://github.com/eapenzacharias)
- Twitter: [@eapenzac](https://twitter.com/eapenzac)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eapenzac)## Show your support
Give a ⭐️ if you like this project!