Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 626 Bytes

File metadata and controls

27 lines (19 loc) · 626 Bytes

Python Coding test

Boilerplate to serve as a base for a backend python coding test

Usage

# Create a virtual env
python -m venv .venv
source .venv/bin/activate
# Install dependencies
make install
# Run api in auto reload mode
make run

VSCode configuration is provided as a start.

Important libraries are:

LiveShare Extension (Optional)

If you use VSCode, you can optionally add the live share extension so we can collaborate during the session.