-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
24 lines (22 loc) · 799 Bytes
/
learn.json
File metadata and controls
24 lines (22 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"title": "Todo List API with Python Flask Interactive",
"slug": "python-flask-api-tutorial",
"status": "published",
"solution": "https://github.com/breatheco-de/todo-list-api-interactive/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": "easy",
"description": "Create a Todo list API Interactively using Python language and the Flask Framework",
"technologies": [
"python",
"terminal",
"command-line",
"APIs",
"REST"
],
"editor": {
"version": "1.0.73"
}
}