Skip to content

A minimal REST API built with FastAPI that returns a “Hello, World!” JSON response. Great for beginners, quick prototypes, or as a boilerplate for more advanced projects.

Notifications You must be signed in to change notification settings

ctrlA-ctrlC-ctrlV/fastapi-hello-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World API

Simple FastAPI project that returns a "Hello, World!" message.

Endpoint

GET /hello{ "message": "Hello, World!" }

Run Locally

python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload

About

A minimal REST API built with FastAPI that returns a “Hello, World!” JSON response. Great for beginners, quick prototypes, or as a boilerplate for more advanced projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages