diff --git a/README.es.md b/README.es.md
index ba7154dbd..50d3b883b 100644
--- a/README.es.md
+++ b/README.es.md
@@ -9,6 +9,8 @@
Dentro de este repositorio, encontrarás un archivo llamado `./INSTRUCTIONS.es.md` con los pasos necesarios para completarlo.
+
+
## 🌱 Cómo comenzar este proyecto
Este proyecto viene con los archivos necesarios para comenzar a trabajar de inmediato.
@@ -25,6 +27,8 @@ https://github.com/4GeeksAcademy/connecting-to-a-sql-database-project-tutorial
Una vez que haya terminado de abrir, puedes abrir el archivo `app.py` y comenzar a resolver.
+
+
## 🚛 Cómo entregar este proyecto
Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar tus cambios, haz push a tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.
diff --git a/README.md b/README.md
index f46bfb882..bb5dfae0a 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@
Inside this repository, you will find a file called `./INSTRUCTIONS.md` with the steps needed to complete it.
+
+
## 🌱 How to start this project
This project comes with the necessary files to start working immediately.
@@ -25,6 +27,8 @@ https://github.com/4GeeksAcademy/connecting-to-a-sql-database-project-tutorial
Once your project and code have finished opening, you can go ahead and open the `app.py` file and start solving each exercise inside the notebook.
+
+
## 🚛 How to deliver this project
Once you have finished solving the exercises, be sure to commit your changes, push them to your repository, and go to 4Geeks.com to upload the repository link.
diff --git a/learn.json b/learn.json
index b7519adf7..1f19d819e 100644
--- a/learn.json
+++ b/learn.json
@@ -12,6 +12,9 @@
"technologies": ["sql", "mysql", "postgresql", "sqlalchemy", "psycopg2", "pandas", "dotenv", "machine learning", "data science", "back-end", "databases", "python"],
"difficulty": "beginner",
"syntax": "python",
+ "template_url": "self",
+ "projectType": "project",
+ "autoPlay": "false",
"duration" : 2,
"description" : {
"us": "Create a SQL database using the PostgreSQL engine and using a professional python project structure that includes PIP and environment variables.",