-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from breatheco-de/Lorenagubaira-patch-1
Update learn.json
- Loading branch information
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |