2022-08-19 10:35:05 +00:00
|
|
|
# Frogress
|
|
|
|
|
|
|
|
An API for storing/retrieving decompilation progress
|
2022-08-25 03:56:00 +00:00
|
|
|
|
|
|
|
## Development
|
|
|
|
For those interested in contributing to frogress's development, please see [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
The API will be hosted at https://progress.deco.mp. Usage guide coming soon.
|
|
|
|
|
2022-09-04 12:28:59 +00:00
|
|
|
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](https://docs.docker.com/compose/).
|
|
|
|
|
|
|
|
```sh
|
|
|
|
docker-compose up --build
|
|
|
|
```
|
|
|
|
|
|
|
|
See [DOCKER.md](DOCKER.md) for more information.
|