This rails project demonstrates simple integration with a third party API, without having local database. Follow this link for more sample Rails 5 applications.
- API adapter wrapping integration with the third party logic
- Tableless models to wrap remote resources logic and attributes
- Simple token based authentication with API
- Rspec and Capybara automated testing, and test coverage for key features
This application is deployed on Heroku, use these credentials to login:
- Email: 'savvas@dopios.com'
- Password: 'Accounts12'
To see the steps used creating this app, checkout out this gist.
For a full featured Rails 5 starter application with React integration check this Github Repository.