Ruby-Hyperloop codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
This codebase was created to demonstrate a fully fledged fullstack application built with Ruby-Hyperloop including CRUD operations, authentication, routing, pagination, and more.
NOTE under construction! - Currently this is just the Fork of the Rails RealWorld server. Next steps:
- Add Hyperloop Gem
- Make Models Public
- Get an Isomorphic Spec running that demonstrates model access on the client
- Use the React Realworld client as a base, and rewrite components in Ruby
- Profit!
We've gone to great lengths to adhere to the Ruby-Hyperloop community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
Describe the general architecture of your app here
npm install, npm start, etc.