BMS/ ├── src/ │ └── main/ │ ├── java/com/jaivy/BMS/ │ │ ├── BmsApplication.java # Main entry point │ │ │ │ ├── Config/ │ │ │ └── CorsConfig.java # CORS configuration │ │ │ │ ├── Controller ...
Abstract: This project proposes a Secure Online Test platform that will improve the efficiency, integrity and scalability of digital test. It introduces a hybrid design that leads to creation of an ...
employee-leave-system/ ├── src/main/java/com/hemanth/employee_leave_system/ │ ├── controller/ │ │ ├── AuthController.java # Register & Login ...