An api for storing and retrieving decomp project progress 🐸
Go to file
Ethan Roseman b3a907e91c
bye caddy
2022-11-22 00:11:12 +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 bye caddy 2022-11-22 00:11:12 +09:00
frog_api Improvements to get_progress_shield (#19) 2022-11-21 15:33:54 +09:00
frogress Add settings and update stuff for prod (#20) 2022-11-21 23:53:19 +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 bye caddy 2022-11-22 00:11:12 +09:00
CONTRIBUTING.md just human things (#7) 2022-08-25 12:56:00 +09:00
DOCKER.md bye caddy 2022-11-22 00:11:12 +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
cli.ini Upgrade deps, cli beginnings, api reorg (#18) 2022-09-23 05:40:44 +09:00
cli.py proper main method for cli 2022-09-24 04:20:56 +09:00
docker-compose.yaml bye caddy 2022-11-22 00:11:12 +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 Add settings and update stuff for prod (#20) 2022-11-21 23:53:19 +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.