Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuarshaidenov/hello-rails-react
https://github.com/anuarshaidenov/hello-rails-react
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/anuarshaidenov/hello-rails-react
- Owner: anuarshaidenov
- Created: 2022-05-03T21:17:08.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-03T22:05:54.000Z (over 2 years ago)
- Last Synced: 2023-03-09T03:37:23.278Z (almost 2 years ago)
- Language: Ruby
- Size: 435 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Hello world" project with rails-react gem
> Built using **_react-rails_** gem.
## Built With
- Ruby
- Ruby on Rails
- ReactJS
- Redux Toolkit## Getting Started
- Getting a local copy is simple. Follow the steps below
### Install
- Ruby
- Ruby on Rails
- PostgresSQL
- Rspec### Local Copy
- Clone the project
```
git clone https://github.com/anuarshaidenov/hello-rails-react.gitcd hello-rails-react
```
### Setup
Install gems:
```
bundle install
```Setup database:
```
rails db:create
rails db:migrate
```### Usage
Start server:
```
rails server
```Visit http://localhost:3000/ in your browser.
## Authors
👤 **Anuar Shaidenov**
- GitHub: [@anuarshaidenov](https://github.com/anuarshaidenov)
- Twitter: [@anuarnyi](https://twitter.com/anuarnyi)
- LinkedIn: [Anuar Shaidenov](https://www.linkedin.com/in/anuar-shaidenov-365a951b8/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!