Files
shuffle-cracked/backend
anna aca9d9011a Anonymous function point is the same value, so all the job params will be Covered.
so, when restart the containers, all the schedules will be called, but used the same params
2021-07-28 10:36:30 +08:00
..
2021-04-22 17:48:51 +02:00
2021-07-01 13:37:56 +02:00
2020-05-11 19:17:35 +02:00

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 *.go