Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 644 Bytes

File metadata and controls

29 lines (23 loc) · 644 Bytes

MVP Node.js Backend

Launch-ready backend for your SaaS, app, or marketplace. Includes payments and automation.

Features

  • ✅ JWT Authentication (signup/login)
  • ✅ MongoDB connection
  • ✅ Stripe Payments (subscription & one-time)
  • ✅ Webhook handler
  • ✅ GitHub auto-push on build
  • ✅ Dockerized for any host

Launch

docker build -t mvp-backend .
docker run -p 5000:5000 mvp-backend

API Endpoints

  • POST /api/auth/signup
  • POST /api/auth/login
  • POST /api/stripe/create-subscription
  • POST /api/stripe/webhook
  • POST /api/github/push
  • GET /

Deploy

  • Push to GitHub → Use Render, Railway, or Docker Hub