Skip to content

Rails starter app with devise, omniauth, rspec, roles, pundit, haml, bootstrap, jquery, guard, spring, API, react

Notifications You must be signed in to change notification settings

MohamedBrary/rails_starter_react

Repository files navigation

Rails 5 React Starter Application

This is a Rails 5 starter application with React to boost your MVP development.

What is featured till now:

  • HAML and Bootstrap generators
  • Devise for authentication
  • Omniauth for Facebook and Google authentication
  • Pundit for authorization, and different roles for users
  • API with token authentication
  • Rspec and Capybara for automated testing, and test coverage for all implemented features
  • React as a frontend library

Take a look:

This application is deployed on Heroku, use these credentials to login as an admin user:

To see the steps used creating this app, checkout out this gist.


For the same features but without integerating React in the front end, checkout out this repository.