https://github.com/golaughlin/north-pole-app-vapor
A simple Naughty and Nice JSON REST API using Swift and the Vapor framework.
https://github.com/golaughlin/north-pole-app-vapor
advent-calendar-2025 api christmas christmas-2025 json rest-api sqlite sqlite-database sqlite3 sqlite3-database swift vapor vapor-swift
Last synced: 2 months ago
JSON representation
A simple Naughty and Nice JSON REST API using Swift and the Vapor framework.
- Host: GitHub
- URL: https://github.com/golaughlin/north-pole-app-vapor
- Owner: golaughlin
- Created: 2025-12-17T02:56:44.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-12-20T04:37:31.000Z (6 months ago)
- Last Synced: 2025-12-22T11:58:33.313Z (6 months ago)
- Topics: advent-calendar-2025, api, christmas, christmas-2025, json, rest-api, sqlite, sqlite-database, sqlite3, sqlite3-database, swift, vapor, vapor-swift
- Language: Swift
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NorthPoleAppVapor
💧 A project built with the Vapor web framework.
## 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
- [Vapor Website](https://vapor.codes)
- [Vapor Documentation](https://docs.vapor.codes)
- [Vapor GitHub](https://github.com/vapor)
- [Vapor Community](https://github.com/vapor-community)