-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathlearn.json
22 lines (22 loc) · 1.33 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
{
"difficulty": "easy",
"duration": 8,
"template_url": ["https://github.com/4GeeksAcademy/flask-rest-hello", "https://github.com/4GeeksAcademy/expressjs-rest-hello"],
"repository": "https://github.com/breatheco-de/exercise-starwars-api",
"solution": "https://github.com/breatheco-de/exercise-starwars-blog-api/tree/solution",
"preview": "https://github.com/breatheco-de/exercise-starwars-api/blob/main/.learn/assets/preview.png?raw=true",
"language": "python3",
"skills": ["api-development"],
"technologies": ["flask", "rest", "node", "python"],
"description": {
"us": "The StarWars Blog API will let you practice building a REST API using lightweight API frameworks like Express (for Node.js) or Flask (for Python) with SQLAlchemy ORM while building a fun blog. Ideal for juniors looking to practice API development in Python.",
"es": "La API de Blog de StarWars te permitirá practicar la construcción de una API REST utilizando frameworks ligeros como Express (para Node.js) o Flask (para Python) con SQLAlchemy ORM mientras creas un blog divertido. Ideal para juniors que buscan practicar el desarrollo de APIs en Python."
},
"title": {
"us": "Build a StarWars REST API",
"es": "Construye una API REST de StarWars"
},
"projectType": "project",
"autoPlay": "false",
"slug": "exercise-starwars-blog-api"
}