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.
- Host: GitHub
- URL: https://github.com/rangerdigital/luciel
- Owner: RangerDigital
- License: gpl-3.0
- Created: 2022-06-10T18:18:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T19:55:05.000Z (about 4 years ago)
- Last Synced: 2025-01-29T14:16:15.569Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`