Skip to content

rosa479/SimpleFullStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Dockerized Static Site (HTTP, No Domain)

This is a simple full-stack web application, fully Dockerized and deployed on a cloud VM using only the server's public IP — no domain or HTTPS required. It is currently here deployed on an Azure VM.

Features

  • Static HTML frontend that displays your name
  • Node.js/Express backend serving your name as JSON at /api/name
  • NGINX reverse proxy for unified routing
  • Fully runnable with docker-compose on any Linux VM
docker compose up  —build

Tech Stack

  • HTML (frontend)
  • Node.js + Express (backend)
  • Docker & Docker Compose
  • NGINX (as reverse proxy)

Folder Structure

SimpleFullStack/
├── docker-compose.yml
├── frontend/
│ ├── Dockerfile
│ └── index.html
├── backend/
│ ├── Dockerfile
│ └── server.js
├── nginx/
│ ├── Dockerfile
│ └── default.conf
└── README.md

About

Task 3 for IIT Kharagpur's Secretary: Web Selections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published