feat(toolkit): complete student toolkit with interactive guides, custom icons, and 3x2 grid layout

This commit is contained in:
Anbuselvan-dev
2026-07-23 14:15:07 +05:30
parent 6db9775e07
commit 9e9700f713
5 changed files with 1971 additions and 190 deletions

View File

@@ -1,7 +1,7 @@
# ─── DATABASE CONNECTION CONFIGURATION ───
spring.datasource.url=jdbc:postgresql://localhost:5432/rit_freshers_hub?sslmode=disable
spring.datasource.url=jdbc:postgresql://localhost:5433/rit_freshers_hub?sslmode=disable
spring.datasource.username=postgres
spring.datasource.password=${DB_PASSWORD:murugan06}
spring.datasource.password=Anbukathir@#$2006
# ─── JPA / HIBERNATE SETTINGS ───
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect