Moneyrunner is a demo application to showcase Passthrough's API integration.
# Remember to replace the secrets and api keys
> cp .env.example .env
# Install the dependencies
> npm install
# Build frontend and backend files
> npm run build
# Run server
> npm run server
Any commit merged to main will be automatically deployed.
Moneyrunner is licensed under the license stated in the LICENSE file.