This is the backend API server for the 12Sixteen fitness application.
/api (Swagger UI)
/health
/auth/*
/workouts/*
/stripe/*
/analytics/*
Environment: ${process.env.NODE_ENV || 'development'}
Server: Running on port ${process.env.PORT || '3001'}