Atlassian Marketplace
Cloud Apps in minutes

Jexo Boilerplate

A powerful ACE stack

Structured in containers, the Boilerplate uses Atlassian Connect Express as the server app foundation. Using GraphQL to query APIs, handling data transactions through an ORM and storing it in a PostgreSQL server.

Building UI the right way

To align with Atlassian Design Guidelines the client framework is a React App using AtlasKit to build components fast. The sample code using GraphQL Client to display Jira issues from configured Instance, demonstrating end-to-end implementation.

Layered server architecture

This boilerplate creates a dependency injection container with methods that return the bootstrapped dependencies placed under:

  • Adapters - db and redis connections
  • Domains - business logic
  • Models - Sequelize data models
  • Services - external integrations

and more..