No Description

tum 9de2549954 first commit 1 month ago
..
app_gen 9de2549954 first commit 1 month ago
app_sdk 9de2549954 first commit 1 month ago
database 9de2549954 first commit 1 month ago
go-app 9de2549954 first commit 1 month ago
tests 9de2549954 first commit 1 month ago
Dockerfile 9de2549954 first commit 1 month ago
README.md 9de2549954 first commit 1 month ago
build.sh 9de2549954 first commit 1 month ago

README.md

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