You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootstar should allow users to add new resources as Rails scaffold generator.
The generator should add resource scaffold to API service and client app, it should also add library methods to access new endpoints.
The user should be able to create a service oriented application composed by the following parts:
- API
- Rails API
- OAuth 2 provider
- Client
- Rails
- OAuth 2 client
- API wrapper
- ActiveResource
- DB
- PostgreSQL
The automation process will create these apps in the proper locations and already configured to communicate with each other. The command to issue this process should be 'bootstar new'.