forked from 4GeeksAcademy/flask-rest-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
15 lines (15 loc) · 722 Bytes
/
learn.json
File metadata and controls
15 lines (15 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"title": {
"en": "Flask REST Hello Template",
"es": "Plantilla REST con Flask"
},
"description": {
"en": "A minimal starter template to build REST APIs using Flask. One-click deploy to Heroku and integrated with Gitpod for ease of development.",
"es": "Una plantilla inicial mínima para construir APIs REST usando Flask. Despliegue con un clic en Heroku e integrada con Gitpod para facilitar el desarrollo."
},
"repository": "https://github.com/4GeeksAcademy/flask-rest-hello",
"preview": "https://repository-images.githubusercontent.com/176559178/ae453500-78e0-11ea-8037-165e53547738",
"projectType": "template",
"difficulty": "beginner",
"technologies": ["flask", "python", "api"]
}