Local setup using Docker
Clones the platform repository from GitHub:
git clone https://github.com/credebl/platform.git cd platformCreate a .env file and set the required environment variables as per the .env.sample file.To start the API gateway and microservices.
Start the services:
docker compose up -dFor initial master table entry create a credebl-master-table.json file at lib/prisma-service/prisma/data and set the required variables as per the credebl-master-table.json file.run following command.
npx prisma db seedAccess the Platform API by navigating to:
http://localhost:5000