-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
samples.json
82 lines (82 loc) · 3.41 KB
/
samples.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"title": "REST API - Node",
"description": "This example shows how to implement an orders REST API in TypeScript for Node.js",
"repo_url": "https://github.com/nitrictech/nitric-examples/tree/main/typescript/rest-api",
"categories": ["Node", "Documents", "APIs", "Stacks"],
"language": "TypeScript",
"level": "Beginner"
},
{
"title": "REST API with Auth0",
"description": "This example shows how to implement an orders REST API and protect it with Auth0 in TypeScript for Node.js",
"repo_url": "https://github.com/nitrictech/nitric-examples/tree/main/typescript/rest-api-auth",
"categories": ["Node", "Documents", "APIs", "Stacks", "Security"],
"language": "TypeScript",
"level": "Intermediate"
},
{
"title": "REST API - Go",
"description": "This example shows how to implement an orders REST API in Go",
"repo_url": "https://github.com/nitrictech/nitric-examples/tree/main/go/rest-api",
"categories": ["Documents", "APIs", "Stacks"],
"language": "Go",
"level": "Beginner"
},
{
"title": "REST API - Python",
"description": "This example shows how to implement an orders REST API in Python",
"repo_url": "https://github.com/nitrictech/nitric-examples/tree/main/python/rest-api",
"categories": ["Documents", "APIs", "Stacks"],
"language": "Python",
"level": "Beginner"
},
{
"title": "REST API - Java",
"description": "This example shows how to implement an orders REST API in Java",
"repo_url": "https://github.com/nitrictech/nitric-examples/tree/main/java/rest-api",
"categories": ["Documents", "APIs", "Stacks"],
"language": "Java",
"level": "Beginner"
},
{
"title": "React with Node REST API",
"description": "This example shows how to implement a Node REST API with a React Front-end",
"repo_url": "https://github.com/nitrictech/nitric-examples/tree/main/sites/react-with-api",
"categories": ["Node", "React", "Front-end", "Documents", "APIs", "Stacks"],
"language": "TypeScript",
"level": "Beginner"
},
{
"title": "Document API Starter Kit - Node",
"description": "This starter kit contains everything you need to start building an API in TypeScript for Node.js",
"repo_url": "https://github.com/nitrictech/stack-templates/tree/main/typescript-stack",
"categories": ["Node", "Documents", "APIs", "Stacks"],
"language": "TypeScript",
"level": "Beginner"
},
{
"title": "Document API Starter Kit - Go",
"description": "This starter kit contains everything you need to start building an API in Go",
"repo_url": "https://github.com/nitrictech/stack-templates/tree/main/go-stack",
"categories": ["Documents", "APIs", "Stacks"],
"language": "Go",
"level": "Beginner"
},
{
"title": "Document API Starter Kit - Python",
"description": "This starter kit contains everything you need to start building an API in Python",
"repo_url": "https://github.com/nitrictech/stack-templates/tree/main/python-stack",
"categories": ["Documents", "APIs", "Stacks"],
"language": "Python",
"level": "Beginner"
},
{
"title": "Document API Starter Kit - Java",
"description": "This starter kit contains everything you need to start building an API in Java",
"repo_url": "https://github.com/nitrictech/stack-templates/tree/main/java-stack",
"categories": ["Documents", "APIs", "Stacks"],
"language": "Java",
"level": "Beginner"
}
]