Skip to content

<onlyfor> was added to both readmes #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

Dentro de este repositorio, encontrarás un archivo llamado `./INSTRUCTIONS.es.md` con los pasos necesarios para completarlo.

<onlyfor saas="false" withBanner="false">

## 🌱 Cómo comenzar este proyecto

Este proyecto viene con los archivos necesarios para comenzar a trabajar de inmediato.
Expand All @@ -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.

</onlyfor>

## 🚛 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.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

Inside this repository, you will find a file called `./INSTRUCTIONS.md` with the steps needed to complete it.

<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project

This project comes with the necessary files to start working immediately.
Expand All @@ -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.

</onlyfor>

## 🚛 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.
Expand Down
3 changes: 3 additions & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down