/biab-bap-client

Primary LanguageKotlinMIT LicenseMIT

Disclaimer: This project is still in beta phase. Unstable for Production Use

Beckn-In-A-Box BAP Client

Provides BAP Client APIs for Beckn-In-A-Box

Installation

  1. Install JDK 11
    for Windows from here
    for Ubuntu from here
  2. Install the current version of Mongo DB from here
  3. Install Docker from here
  4. Setup https://github.com/beckn/beckn-protocol-dtos
  5. Start Docker run ./gradlew build to build the service
  6. To run the application, start Mongo DB and run ./gradlew bootRun