feat: integrate all frontend modules and premium UI

This commit is contained in:
Amudieshwar A G
2026-07-23 14:22:47 +05:30
parent 27999a5bea
commit 5a10192ef0
34 changed files with 2731 additions and 889 deletions

View File

@@ -1,7 +1,11 @@
# ─── DATABASE CONNECTION CONFIGURATION ───
spring.datasource.url=jdbc:postgresql://localhost:5432/rit_freshers_hub?sslmode=disable
spring.datasource.username=postgres
<<<<<<< Updated upstream
spring.datasource.password=your_local_postgres_password_here
=======
spring.datasource.password=${DB_PASSWORD:Amudiesh22@.}
>>>>>>> Stashed changes
# ─── JPA / HIBERNATE SETTINGS ───
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect