/hello_django

A hello django app on docker using docker compose

Primary LanguagePython

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/