all repos — myprecious @ 537992b95025dee96ceaf488d003a09bdea99dc4

A lightweight web service to backup precious game saves.

README.md (view raw)

 1# myprecious
 2
 3## Configuration
 4```
 5poetry install --with prod
 6```
 7
 8## Usage
 9```
10poetry run waitress-serve --port 1111 myprecious:app
11```
12
13### Debug
14```
15poetry run flask --app myprecious run --port 1111 --debug
16```