The Codezela Career Accelerator (CCA) Student Onboarding Portal is a full-featured, production-ready web application designed to streamline the registration process for career development programs.
backend/ ├── config/ │ ├── database.ts # Sequelize configuration │ └── passport.ts # OAuth2 strategy setup ├── controllers/ │ ├── authController.ts # Auth endpoints logic │ ├── emailController.ts # ...