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

WorkflowAI/codingtest-py

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published