Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 996 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 996 Bytes

Social banner for Primer

Primer DX Backend Challenge

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.

Get Started

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

Running the example app

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

Final word

Code

Share a link to your repo with us when you are done and we'll take a look 👀