🎟️ 📦 WalletTests is a Vapor 4 sample web app that can be used for testing or as a reference for implementing an Apple Wallet passes and orders server using vapor-community/wallet.
To build the project using the Swift Package Manager, run the following command in the terminal from the root of the project:
swift build
To run the project and start the server, use the following command:
swift run
To execute tests, use the following command:
swift test