Code Campus Backend is a Node.js, Express.js and MongoDB based backend service .
99
Backend service for the Code Campus educational platform.
docker pull malaymaity/code-campus-backend:latest
docker run -d \
-p 5000:5000 \
--name code-campus-backend \
malaymaity/code-campus-backend:latest
PORT=5000
MONGO_URI=mongodb://localhost:27017/codecampus
JWT_SECRET=your_secret
curl http://localhost:5000
Malay Maity
Content type
Image
Digest
sha256:f1adad36e…
Size
70.7 MB
Last updated
3 months ago
docker pull malaymaity/code-campus-backend