Adding .env.example for environment variable management
Updating .gitignore to exclude sensitive files
Modifying pom.xml to include new dependencies
Updating application.properties for better configuration
Files added:
- controllers where the endpoints are defined
- services where the business logic is defined
- database.dbml where the database schema is defined
- pom.xml updated with required dependencies