Skip to content

The backend for the modarb workout application

Notifications You must be signed in to change notification settings

MoWafy001/modarb-backend

 
 

Repository files navigation

title colorFrom colorTo sdk pinned port
modarb
yellow
red
docker
false
7860

Modarb Backend

A TypeScript/Express backend server for fitness and nutrition management, built with MongoDB.

🚀 Quick Start

New to the project? Check out our Getting Started Guide for detailed setup instructions!

📚 Documentation

  • Getting Started Guide - Complete setup and installation instructions
  • API Documentation - Available at /api/v1/docs when the server is running
  • Health Check - Available at /api/v1/health to verify the server is running

🔗 Related Projects

  • Models Server - Machine learning models server for fitness recommendations

⚡ Quick Commands

# Install dependencies
npm install

# Run in development mode
npm run start:dev

# Build for production
npm run build

# Seed database
npm run seed

For detailed documentation, see GETTING_STARTED.md.

About

The backend for the modarb workout application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Dockerfile 0.3%