An open API service indexing awesome lists of open source software.

https://github.com/rangerdigital/luciel

🎥 Simple API for creating file's archive.
https://github.com/rangerdigital/luciel

Last synced: over 1 year ago
JSON representation

🎥 Simple API for creating file's archive.

Awesome Lists containing this project

README

          

# Luciel
🎥 Simple API for creating file's archive.

### Docker
Run:
`docker run -p 8080:8080 --pull=always ghcr.io/rangerdigital/luciel:latest`

Swagger at:
`127.0.0.1:8080/docs`

### Development
Inside `luciel` directory:
`poetry install`
`poetry run python ./main.py`