This is a full-stack application that allows students to: create accounts, log in, and manage their course enrollments. Students can view available courses, enroll in them, drop courses they are no longer interested in, and see a list of all their enrolled courses.
- Java with Spring Boot
- Spring Security with JWT authentication
- Flutter (Dart)
- BLoC pattern for state management
-
π User Authentication
- Sign up with name, email, password
- Login to access your course dashboard
- JWT-based session management
-
π Course Management
- View all available courses
- Enroll in desired courses
- Drop enrolled courses
- View list of currently enrolled courses
- Email notification each time a student drops or enroll in a course