Skip to content

RoshanKumar770/Dockerized-Django-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Dockerized Django Project

This is a simple Django web application containerized using Docker. It serves a custom homepage (Hello from Dockerized Django App!) and runs inside an Ubuntu-based container.


πŸ“¦ Features

  • Django app served via runserver
  • Ubuntu 24.04 base image
  • Python 3 + pip + virtualenv
  • Custom app (home) with a root URL response
  • Dockerized for easy deployment
  • Minimal setup β€” perfect for learning or demos

πŸ› οΈ Tech Stack

  • Python 3
  • Django
  • Docker
  • Ubuntu 24.04

πŸš€ Getting Started

⛩️ Project Structure

. β”œβ”€β”€ Dockerfile β”œβ”€β”€ requirements.txt β”œβ”€β”€ manage.py β”œβ”€β”€ devops/ β”‚ β”œβ”€β”€ init.py β”‚ β”œβ”€β”€ settings.py β”‚ β”œβ”€β”€ urls.py β”‚ └── wsgi.py └── home/ β”œβ”€β”€ views.py └── urls.py

🌐 Accessing the App on AWS EC2

http://:8000

About

🐳 A minimal Django web application containerized with Docker for easy deployment on AWS EC2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published