
Boilerplate to develop both iOS/Android app and Rails-based backend integrated with each other
Bestmix is a boilerplate code that provides a basic structure to build an iOS app, Android app, and Rails-based backend. It allows for the integration of a mobile app and backend web API using JSON REST API. The code supports features such as CRUD operations, pagination, caching, OAuth2, and Facebook integration. The sample app provided is a simple blog engine.
server/config/database.yml.example to server/config/database.yml and modify it to match your own database server configuration.server/config/initializers/devise.rb.example to server/config/initializers/devise.rb and modify it according to your authentication requirements.config.mailer_sender attribute in the server configuration file.APP_ID and APP_SECRET variables.cd server; bundle; rake db:setup; rake db:migrate; rails s (or setup your preferred web server such as Apache or nginx).http://localhost:3000/ to access the web app and http://localhost:3000/admin to access the admin page using the following credentials:
http://localhost:3000/admin.Bestmix is a boilerplate code that provides a solid foundation for building a mobile app and backend web API. It offers features such as JSON REST API integration, authentication options, API versioning, and admin UI. The installation process involves setting up the server-side code, registering the iOS app with the web API, and making necessary configurations. Bestmix is a comprehensive solution for developers looking to build a mobile app and backend system.
