Files
shuffle-cracked/backend
dependabot[bot] 771a672a4f Bump golang.org/x/crypto
Bumps the go_modules group with 1 update in the /backend/go-app directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.38.0 to 0.39.0
- [Commits](https://github.com/golang/crypto/compare/v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.39.0
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-24 17:58:05 +00:00
..
2025-03-21 02:14:39 +01:00
2025-06-24 17:58:05 +00:00
2023-07-06 17:39:40 +02:00
2023-07-06 17:39:40 +02:00
2023-11-03 22:54:49 +05:30

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