Open Issues Need Help
View All on GitHub Configuración de Base de Datos y Modelos 2 months ago
AI Summary: This issue requires a developer to configure PostgreSQL database connectivity for the application using SQLAlchemy. The task involves setting up the database URL via environment variables and defining a `Note` ORM model with `id`, `title`, and `content` fields. Upon application startup, the necessary database tables should be automatically created if they don't already exist.
Complexity:
2/5
enhancement good first issue medium priority