Skip to content

Development Backend

This section covers development for the SeedboxSync backend.

Tech Stack

  • Python 3
  • Cement for CLI framework
  • Peewee ORM

Python logo SeedboxSync logo peewee logo

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).