Skip to content

harshavardhanbomma/BRT-nodejs-docker-devops-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Docker DevOps Assignment

Description

This project containerizes a Node.js application using Docker and Docker Compose.
The application connects to MongoDB for data storage and Redis for caching.

Technologies Used

  • Node.js
  • Docker
  • Docker Compose
  • MongoDB
  • Redis

Project Structure

app.js package.json Dockerfile docker-compose.yml .env README.md

Setup Instructions

  1. Clone the repository
  2. Run the following command:

docker-compose up --build

  1. Access the application:

http://43.205.110.178:8090

  1. Health endpoint:

http://http://43.205.110.178:8090/health

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors