https://github.com/polaristlx/movie_reviews
React on Rails project converted to be used with Hooks and function style components
https://github.com/polaristlx/movie_reviews
api api-server rails react reacthooks reactjs ruby-on-rails ruby-on-rails-api
Last synced: about 2 months ago
JSON representation
React on Rails project converted to be used with Hooks and function style components
- Host: GitHub
- URL: https://github.com/polaristlx/movie_reviews
- Owner: PolarisTLX
- Created: 2019-05-29T03:26:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:10:28.000Z (over 2 years ago)
- Last Synced: 2025-02-04T14:27:55.660Z (3 months ago)
- Topics: api, api-server, rails, react, reacthooks, reactjs, ruby-on-rails, ruby-on-rails-api
- Language: Ruby
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is a React on Rails project, where I am using a Rails API as the backend server, and React (with create-react-app) as the frontend server.
It was original a short tutorial from a YouTube video, that I have since modernized by converting the React code to follow the new React Hooks standard which uses function based components in place of class based components.
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...