-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
learn.json
30 lines (30 loc) · 1.04 KB
/
learn.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
{
"title": "Todo List API with Python Flask Interactive",
"slug": "python-flask-api-tutorial",
"status": "published",
"solution": "https://github.com/breatheco-de/python-flask-api-tutorial/tree/solution",
"repository": "https://github.com/breatheco-de/python-flask-api-tutorial",
"preview": "https://github.com/breatheco-de/python-flask-api-tutorial/blob/master/.learn/assets/preview.png?raw=true",
"duration": 6,
"grading": "incremental",
"difficulty": "beginner",
"videoSolutions": false,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"description": "Create a Todo list API Interactively using Python language and the Flask Framework",
"technologies": [
"python",
"terminal",
"command-line",
"APIs",
"REST"
],
"editor": {
"version": "4.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"autoPlay": true,
"projectType": "tutorial"
}