Sign inSign up

ermix3/pmv-backend

By ermix3

Updated 8 months ago

Multi-Vendor E-Commerce Platform Backend

Image
Languages & frameworks
0

10K+

ermix3/pmv-backend repository overview

Multi-Vendor E-Commerce Backend

Repository: multi-vendor-e-commerce-platform

This Docker image contains the backend service for a multi-vendor e-commerce platform, built with Spring Boot and designed for scalability and security.

🚀 Features

  • Vendor, product, and order management
  • Secure authentication and authorization (JWT)
  • RESTful API architecture
  • MongoDB integration
  • Production-ready container

🛠 Tech Stack

  • Java 21
  • Spring Boot 3.5.x
  • MongoDB
  • Maven

▶️ How to Run

docker run -d \
  -p 8080:8080 \
  -e JWT_SECRET=your_jwt_secret \
  -e JWT_EXPIRATION=86400000 \
  ermix3/pmv-backend

Tag summary

Content type

Image

Digest

sha256:bd7a22815

Size

120.2 MB

Last updated

8 months ago

docker pull ermix3/pmv-backend