Skip to content

A skeleton project template for completing the junior technical test

Notifications You must be signed in to change notification settings

playdribble/junior-technical-test-template

Repository files navigation

Technical Test Template

Getting started

We have set up a basic Flask API that runs on port 5000 and included a pytest test showing the endpoint working.

If you prefer to use FastAPI, Django or other Python packages, feel free to add any you want using Poetry. We have included a Makefile for conveince but you are free to run the project however you want.

Requirements

  • Python 3.12
  • Poetry for dependency management

Install dependencies

poetry install

Start API server

make run

Run tests

make test

Testing

curl -XPOST 'http://127.0.0.1:5000/event' -H 'Content-Type: application/json' \
-d '{ }'

About

A skeleton project template for completing the junior technical test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published