Welcome to NextJS Template Boot

A Spring Boot & Next.js Application Template

Available API Endpoints:

  • GET /api/user-profiles - List all user profiles
  • GET /api/user-profiles/{id} - Get user profile by ID
  • GET /api/user-profiles/by-user/{userId} - Get user profile by user ID
  • POST /api/user-profiles - Create a new user profile