shyamp099 / hello_django

A hello django app on docker using docker compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello_django

A hello django app on docker using docker compose

Steps to run the application using docker-compose

  1. Clone the repo
  2. Make sure you have docker-compose installed
  3. Run below command from the root directory of the project to run the application docker-compose up -d
  4. Use below URL to access the running application: http://127.0.0.1:8000/

About

A hello django app on docker using docker compose


Languages

Language:Python 97.2%Language:Dockerfile 2.8%