You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/StarWars/quick-start.md
+33-14Lines changed: 33 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# 🚀 SharpGraph Quick Start Guide
1
+
# 🚀 SharpGraph Quick Start - Star Wars Example
2
2
3
-
Get started with SharpGraph in 5 minutes: seed the Star Wars database and start querying!
3
+
Get started with SharpGraph in 5 minutes using the Star Wars database: seed data and start querying!
4
+
5
+
All examples in this guide use the **Star Wars GraphQL Database** with 30+ characters, 8 films, planets, species, starships, and vehicles.
4
6
5
7
## Prerequisites
6
8
@@ -36,7 +38,18 @@ dotnet build
36
38
37
39
## Step 3: Start the GraphQL Server
38
40
39
-
The SharpGraph server runs on `http://localhost:8080` and automatically loads the Star Wars schema with seed data.
41
+
The SharpGraph server automatically loads the Star Wars schema and seeds the database with 30+ characters, 8 films, planets, species, starships, and vehicles.
0 commit comments