cmd/api/main.go # Entry point internal/ # Core logic ├── auth/ # Authentication handlers ├── user/ # User management ├── social/ # Social authentication (OAuth2) ├── twofa/ # Two-Factor Authentication ...
Welcome to the backend for the UNO Event Management application! This project provides a RESTful API for managing events, budgets, tasks, and event requests, built with Express.js and PostgreSQL. It ...