Skip to content

Development Backend

This section covers development for the SeedboxSync backend.

SeedboxSync is build with Cement and Peewee from v3.

Installation

Create a Python virtual environment and install dependencies:

make virtualenv
source env/bin/activate

Development Workflow

The project includes several helpers in the Makefile to streamline common development tasks (e.g., running the app, linting, testing).