4f3f07d4dd
- Vendor shuffle-shared v1.2.51 as backend/go-app/shuffle-shared - Add replace directive in go.mod to use the local moduled copy - In HandleCheckLicense, force org.Licensed=true and set every SyncFeatures limit to 1e9, skipping all license-key logic - Update Dockerfile to ADD the local shuffle-shared before go build - Verified: backend image builds successfully via docker
Backend
This folder has all parts necessary for the backend to run locally and in Docker
Structure
- go-app: The backend. Modify these to edit the backend API.
- database: The datastore database.
- app_sdk: The app_sdk for apps. MIT licensed.
- app_gen: Code used when generating docker images. MIT licensed
- tests: A bunch of cronscripts. There are no real, good tests yet
Development
Shuffle's backend is written in Go, with apps being python (for now). More about local development can be seen in the main README.
Running the backend:
cd go-app
go run main.go docker.go walkoff.go