Skip to content

Vaidik-Gampawar/dockerized-node-mongo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐳 PracticeApp — Dockerized Node.js + MongoDB + Mongo Express

A simple Node.js + Express app connected to MongoDB, fully containerized using Docker Compose.
Includes Mongo Express for easy database management — all running in separate containers.


🚀 Services

Service Description Port
practiceapp Node.js backend app 5050
mongo MongoDB database 27017
mongo-express Web UI for MongoDB 8081

⚙️ Run Locally

https://github.com/Vaidik-Gampawar/dockerized-node-mongo-app.git
cd dockerized-node-mongo-app
docker build -t vaidik05/dockerized-node-mongo-app .
docker compose -f docker-compose.yaml up -d

About

A Dockerized Node.js and MongoDB application demonstrating containerized full-stack setup with Docker Compose. Includes Mongo Express for database management and a simple Express server that connects to MongoDB using environment variables.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors