🏋️ 12Sixteen API

Welcome to 12Sixteen Backend API

This is the backend API server for the 12Sixteen fitness application.

Available Endpoints:

API Documentation: /api (Swagger UI)
Health Check: /health
Authentication: /auth/*
Workouts: /workouts/*
Stripe Payments: /stripe/*
Analytics: /analytics/*

Environment: ${process.env.NODE_ENV || 'development'}

Server: Running on port ${process.env.PORT || '3001'}