Skip to content

Automatic creation of an API + Client + API wrapper

No due date 0% complete

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…

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'.

Loading