Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 933 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 933 Bytes

Rails 5 Starter Application

This is a Rails 5 starter application 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

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 integerating React in the front end, checkout out this repository.