Skip to content

BenGee1996/Team_Handlebars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Download docker desktop

Ensure you are signed into docker desktop

To run application

In your terminal:

First pull the docker image from docker hub: docker pull bengidocking/python-flask-host3:3.0

Type the following command in your terminal:

docker run -d -p 5050:5050 bengidocking/python-flask-host2:api1

navigate to the following URL: localhost:5050/hello

Alternatives

alternatively use the command in your terminal: curl localhost:5050/hello to view the output in terminal

Clone github repo, cd into Team Handlebars, then use the command docker-compose up to run the application!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.6%
  • Dockerfile 49.4%