This is a Rails 5 starter application to boost your MVP development.
- 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
This application is deployed on Heroku, use these credentials to login as an admin user:
- Email: 'admin@rails5-starter.com'
- Password: 'password'
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.