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
- Host: GitHub
- URL: https://github.com/fpseverino/wallettests
- Owner: fpseverino
- Created: 2024-12-19T16:50:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T16:12:10.000Z (over 1 year ago)
- Last Synced: 2025-04-14T17:47:47.820Z (about 1 year ago)
- Topics: apple-wallet, cards, coupons, ecommerce, merchant, orders, passbook, passes, passkit, server-side-swift, swift, swift-linux, swift-vapor, tickets, vapor, vapor-swift, wallet
- Language: Swift
- Homepage: https://github.com/vapor-community/wallet
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)