Microservice to supply runtime configuration to Skylarks mobile apps
Find a file
2026-03-02 22:09:02 +01:00
.vscode initial commit 2026-02-13 15:49:13 +01:00
Public feat: add config teaser card design 2026-03-02 22:09:02 +01:00
Resources/Views feat: add config teaser card design 2026-03-02 22:09:02 +01:00
Sources/SkylarksAppConfig feat: add edit functionality to configs 2026-02-16 23:32:32 +01:00
Tests/SkylarksAppConfigTests initial commit 2026-02-13 15:49:13 +01:00
.dockerignore initial commit 2026-02-13 15:49:13 +01:00
.editorconfig feat: add base view layout 2026-02-13 16:31:19 +01:00
.gitignore feat: add favicon 2026-03-02 20:38:56 +01:00
docker-compose.yml initial commit 2026-02-13 15:49:13 +01:00
Dockerfile initial commit 2026-02-13 15:49:13 +01:00
package.json feat: install JS tooling, test dialog form 2026-02-15 01:43:44 +01:00
Package.resolved initial commit 2026-02-13 15:49:13 +01:00
Package.swift initial commit 2026-02-13 15:49:13 +01:00
pnpm-lock.yaml feat: install JS tooling, test dialog form 2026-02-15 01:43:44 +01:00
README.md initial commit 2026-02-13 15:49:13 +01:00
tsconfig.json feat: install JS tooling, test dialog form 2026-02-15 01:43:44 +01:00

SkylarksAppConfig

💧 Microservice to supply runtime configuration to the Skylarks mobile app, built with the Vapor web framework.

Basic Commands

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

See more