CredLogix is a full-stack Login and Registration system built using Flutter (Windows Desktop) for frontend and Spring Boot + MySQL for backend. It supports user registration, login, and secure credential management using REST APIs.
- 🔒 User Registration with Form Validation
- 🔑 User Login with Session/Token Support
- 🧠 Password Encryption with BCrypt
- 💾 MySQL Integration for Persistent Storage
- 🔗 Seamless Flutter-to-SpringBoot REST Integration
- Flutter (Desktop)
- Spring Boot
- MySQL
- RESTful APIs
- Java, Dart, Maven, Hibernate (JPA)
# Navigate to the backend directory
cd api
# Start the Spring Boot server
mvn spring-boot:run