feat: ability to create a project #9

Merged
matous-volf merged 50 commits from feat/project-create into main 2024-08-18 21:36:06 +00:00
Showing only changes of commit 4ae66f4ae2 - Show all commits

12
.idea/dataSources.xml generated Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="todo_baggins@localhost" uuid="1658668c-c2b8-426d-a22f-16fbad9eff0b">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/todo_baggins</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>
coderabbitai[bot] commented 2024-08-16 22:39:20 +00:00 (Migrated from github.com)
Review

Consider using environment variables for database configuration.

Hardcoding the database URL in an IDE configuration file can lead to security issues. Consider using environment variables or a configuration management tool to manage sensitive information.

**Consider using environment variables for database configuration.** Hardcoding the database URL in an IDE configuration file can lead to security issues. Consider using environment variables or a configuration management tool to manage sensitive information. <!-- This is an auto-generated comment by CodeRabbit -->