An open API service indexing awesome lists of open source software.

https://github.com/fpseverino/wallettests

🎟️ 📦 Vapor App used to test vapor-community/wallet
https://github.com/fpseverino/wallettests

apple-wallet cards coupons ecommerce merchant orders passbook passes passkit server-side-swift swift swift-linux swift-vapor tickets vapor vapor-swift wallet

Last synced: 11 months ago
JSON representation

🎟️ 📦 Vapor App used to test vapor-community/wallet

Awesome Lists containing this project

README

          

# WalletTests

🎟️ 📦 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](https://github.com/vapor-community/wallet).

## Getting Started

To build the project using the Swift Package Manager, run the following command in the terminal from the root of the project:
```bash
swift build
```

To run the project and start the server, use the following command:
```bash
swift run
```

To execute tests, use the following command:
```bash
swift test
```

### See more

- [Swift Wallet](https://github.com/fpseverino/swift-wallet)
- [Fluent Wallet](https://github.com/fpseverino/fluent-wallet)
- [Hummingbird Wallet](https://github.com/hummingbird-community/hummingbird-wallet)