Skip to content

JamesCalleja/HelloWorld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello, World!

Installing requirements

Requires Python 3.8 or later.

The requirements can then be installed using pip:

python3.8 -m pip install -r requirements.txt

Running the app

uvicorn hello.main:app

The app will listen on port 8000.

http://127.0.0.1:8000

The greeting can be configured with an query parameter:

http://127.0.0.1:8000/?name=Dave

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.9%
  • Dockerfile 49.1%