An api for storing and retrieving decomp project progress 🐸
Go to file
Mark Street 86104d49d8
Docker (#16)
* Basic docker-compose support

* Use caddy instead of nginx, re-organise files

* frogress.deco.mp -> progress.deco.mp

* few tweaks + DOCKER.md

* whitespace
2022-09-04 21:28:59 +09:00
.github/workflows Validate category creation requests, unit test (#15) 2022-08-27 02:34:59 -04:00
.vscode initial shtuff 2022-08-19 19:35:05 +09:00
consumer_scripts Validate category creation requests, unit test (#15) 2022-08-27 02:34:59 -04:00
deployment Docker (#16) 2022-09-04 21:28:59 +09:00
frog_api endpoints for creating projects and versions, other fixes 2022-08-28 22:59:52 +09:00
frogress settings, fixes, ULTIMATE_API_KEY 2022-08-28 21:38:46 +09:00
.dockerignore Docker (#16) 2022-09-04 21:28:59 +09:00
.env settings, fixes, ULTIMATE_API_KEY 2022-08-28 21:38:46 +09:00
.gitignore Docker (#16) 2022-09-04 21:28:59 +09:00
CONTRIBUTING.md just human things (#7) 2022-08-25 12:56:00 +09:00
DOCKER.md Docker (#16) 2022-09-04 21:28:59 +09:00
LICENSE just human things (#7) 2022-08-25 12:56:00 +09:00
README.md Docker (#16) 2022-09-04 21:28:59 +09:00
caddy.env Docker (#16) 2022-09-04 21:28:59 +09:00
docker-compose.yaml Docker (#16) 2022-09-04 21:28:59 +09:00
manage.py CI (#6) 2022-08-25 12:41:19 +09:00
mypy.ini CI (#6) 2022-08-25 12:41:19 +09:00
poetry.lock settings, fixes, ULTIMATE_API_KEY 2022-08-28 21:38:46 +09:00
pyproject.toml settings, fixes, ULTIMATE_API_KEY 2022-08-28 21:38:46 +09:00

README.md

Frogress

An API for storing/retrieving decompilation progress

Development

For those interested in contributing to frogress's development, please see CONTRIBUTING.md.

Usage

The API will be hosted at https://progress.deco.mp. Usage guide coming soon.

TODO: add example curl commands as well as code snippets / CSV parser for existing format

Docker

This project can be deployed locally using Docker Compose.

docker-compose up --build

See DOCKER.md for more information.