This is a simple showcase project demonstrating the usage of GoiPay.
- Clone the repo
git clone --recurse-submodules https://github.com/goipay/example.git
- Start Docker Compose
docker compose -f docker-compose-dev.yml up -d
- Install dependencies and start the server
npm install && npm run dev