Skip to content

Commit

Permalink
Merge pull request #14 from breatheco-de/Lorenagubaira-patch-1
Browse files Browse the repository at this point in the history
Update learn.json
  • Loading branch information
Lorenagubaira authored Jan 30, 2025
2 parents fb8278e + 0f0df71 commit e0483a5
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
{
"status": "published",
"title" : "Authentication system with Python Flask and React.js",
"gitpod": true,
"title" : {
"us": "Authentication system with Python Flask and React.js",
"es": "Aplicación de Todolist usando React"
},
"slug" : "jwt-authentication-with-flask-react",
"duration" : 3,
"difficulty": "beginner",
"technologies": ["python", "flask", "react.js", "javascript", "jwt"],
"projectType": "project",
"description" : "Almost every website in the world has user authentication, in this project you have to implement user authentication using the Python Flask framework for building a backend REST API and React.js and sessionStorage API for the front end web application.",
"preview": "https://github.com/breatheco-de/jwt-authentication-with-flask-react/blob/main/preview.jpeg?raw=true"
"autoPlay": false,
"description" : {
"us": "Almost every website in the world has user authentication, in this project you have to implement user authentication using the Python Flask framework for building a backend REST API and React.js and sessionStorage API for the front end web application.",
"es": "Casi todos los sitios web del mundo tienen autenticación de usuarios. En este proyecto, debes implementar la autenticación de usuarios utilizando el framework Flask de Python para construir una API REST en el backend y React.js junto con la API de sessionStorage para la aplicación web en el frontend."
},
"preview": "https://github.com/breatheco-de/jwt-authentication-with-flask-react/blob/main/preview.jpeg?raw=true",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=255"
}
}

0 comments on commit e0483a5

Please sign in to comment.