Disclaimer: This project is still in beta phase. Unstable for Production Use
Provides BAP Client APIs for Beckn-In-A-Box
- Install JDK 11
for Windows from here
for Ubuntu from here - Install the current version of Mongo DB from here
- Install Docker from here
- Setup https://github.com/beckn/beckn-protocol-dtos
- Start Docker run
./gradlew build
to build the service - To run the application, start Mongo DB and run
./gradlew bootRun