| title | colorFrom | colorTo | sdk | pinned | port |
|---|---|---|---|---|---|
modarb |
yellow |
red |
docker |
false |
7860 |
A TypeScript/Express backend server for fitness and nutrition management, built with MongoDB.
New to the project? Check out our Getting Started Guide for detailed setup instructions!
- Getting Started Guide - Complete setup and installation instructions
- API Documentation - Available at
/api/v1/docswhen the server is running - Health Check - Available at
/api/v1/healthto verify the server is running
- Models Server - Machine learning models server for fitness recommendations
# Install dependencies
npm install
# Run in development mode
npm run start:dev
# Build for production
npm run build
# Seed database
npm run seedFor detailed documentation, see GETTING_STARTED.md.