This is a skeleton project for the Primer DX Backend Challenge. It uses FastAPI as a framework, but you are welcome to use something else if you are more comfortable.
First thing's first, clone this repo into a private repository on your Github. When you are ready, you can share it with our engineers.
If anything is unclear, Don't hesitate to reach out!
Happy Coding :D
Start the server
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
or via Docker Compose
docker-compose up --build
and test it with curl
curl localhost/hello
Share a link to your repo with us when you are done and we'll take a look 👀