-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathParseServerSwift.tutorial
More file actions
executable file
·27 lines (19 loc) · 1.52 KB
/
ParseServerSwift.tutorial
File metadata and controls
executable file
·27 lines (19 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@Tutorials(name: "ParseServerSwift") {
@Intro(title: "Welcome to ParseServerSwift") {
Learn how to write Parse Cloud Code in Swift using ParseServerSwift! These tutorials will guide you through configuration, creating models, and implementing Cloud Code Functions and Triggers.
For more information, see the: [Parse-Server-Swift API Documentation](https://swiftpackageindex.com/netreconlab/parse-server-swift/documentation), [Parse-Swift API documentation](https://swiftpackageindex.com/netreconlab/Parse-Swift/documentation), and [Parse-Swift tutorials](https://netreconlab.github.io/Parse-Swift/release/tutorials/parseswift/).
@Image(source: parse-logo.png, alt: "Parse logo")
}
@Chapter(name: "Getting Started") {
@Image(source: chapter-getting-started.png, alt: "Foundation building blocks representing ParseObjects as the foundation of data storage")
Get your ParseServerSwift server up and running.
@TutorialReference(tutorial: "doc:Configuring-Parse-Server-Swift")
@TutorialReference(tutorial: "doc:Adding-ParseObjects")
}
@Chapter(name: "Cloud Code") {
@Image(source: chapter-server.png, alt: "Server with database schema grid and webhook arrows representing server-side operations")
Learn how to create Cloud Code Functions and Triggers to add server-side logic to your application.
@TutorialReference(tutorial: "doc:Cloud-Code-Functions")
@TutorialReference(tutorial: "doc:Cloud-Code-Triggers")
}
}