all repos — myprecious @ e8c2016807a630fd6f00a7c7061ab15a0f7ffd9b

A lightweight web service to backup precious game saves.

README.md (view raw)

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