Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

First API Endpoint

A minimal FastAPI server with two JSON endpoints, built as part of the FlyRank Backend AI Engineering internship (Week 1 assignment).

Endpoints

  • GET / — returns a welcome message
  • GET /status — returns server status and current UTC time

Run locally

pip install fastapi uvicorn
uvicorn main:app --reload

Then visit:

Test with curl

curl http://127.0.0.1:8000/
curl http://127.0.0.1:8000/status

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages