From 0df10fb7f82b230910dcf1946aeb19c1c0994102 Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:24:44 -0400 Subject: [PATCH 1/2] Update learn.json --- learn.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 learn.json diff --git a/learn.json b/learn.json new file mode 100644 index 0000000000..02a0da216e --- /dev/null +++ b/learn.json @@ -0,0 +1,18 @@ +{ + "title": { + "en": "WebApp Template with React JS and Flask API", + "es": "Plantilla de WebApp con React JS y Flask API" + }, + "description": { + "us": "Build web applications effortlessly with our React.js and Flask API boilerplate. Learn to deploy in minutes—discover the template now!", + "es": "Crea aplicaciones web sin esfuerzo con nuestro boilerplate de React.js y Flask API. Aprende a desplegar en minutos—¡descubre la plantilla ahora!" + }, + "slug": "react-flask-webapp-template", + "difficulty": "intermediate", + "duration": "4", + "projectType": "template", + "repository": "https://github.com/4geeksacademy/react-flask-hello", + "preview": "https://github.com/4geeksacademy/react-flask-hello/preview.png", + "video": "https://www.loom.com/share/f37c6838b3f1496c95111e515e83dd9b", + "technologies": ["React.js", "Flask", "Python", "SQLAlchemy","vite"] +} From 854146f29ce5959b9c66dd1b8b2021fd8907aa43 Mon Sep 17 00:00:00 2001 From: Facundo Bravo Scrollini <121453608+facuscrollini@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:27:10 +0100 Subject: [PATCH 2/2] Cambio en render_build.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agregado para evitar error común a la hora de hacer deploy con respecto a pipenv y tomli --- render_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/render_build.sh b/render_build.sh index 404821a383..c4c529f6e0 100644 --- a/render_build.sh +++ b/render_build.sh @@ -4,7 +4,8 @@ set -o errexit npm install npm run build - +pip install pipenv +pip install tomli pipenv install pipenv run upgrade