all repos — myprecious @ f2bf1ed45b995727e67f19d72f9e00729a1fbc64

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```