Backbase / local-backend-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local backend setup

This repository has the required files for backend developers to create a basic local environment. Instructions on how to set up this environment are found under development.

Quick start

Set up a Docker local environment on your laptop by running these commands in the terminal:

  1. Clone the repository:

    git clone git@github.com:backbase/local-backend-setup.git
    
  2. Switch to the Docker Compose directory:

    cd local-backend-setup/development/docker-compose
    
  3. Start the health checks and ensure that all services are running:

    docker compose --profile=bootstrap up
    

    Once all the required services have started, you can view the health check results in your terminal. To check the status of the services, open the Registry in your web browser. Additionally, you can import the Postman collection to perform a more comprehensive health check on your environment using Postman.
     
    For more information, see Set up Backbase local environment.

Create a new service

NB: EMU account required to access (https://github.com/baas-devops-reference)

To create custom services in the Backbase ecosystem, Backbase recommends to use ModelBank templates.

Use these templates to develop your own service, and use the Backbase local environment to test and run your code.

For more information, see ModelBank organization.

About

License:Other


Languages

Language:Java 86.9%Language:Gherkin 7.2%Language:Dockerfile 6.0%