The s3gw-ui
project is the official user interface for the s3gw
project.
It is a combination of two distinct components:
- the frontend, which can be found under
src/frontend/
- the backend, which can be found under
src/backend/
andsrc/s3gw_ui_backend.py
Both the frontend and the backend have their specific README.md
files, which
should be consulted for further information.
- Python 3, pip, black, tox
- npm
- Docker, Docker compose
- Helm
- k3d
make setup-ui-backend
make build-ui-frontend
make run-ui-backend
make image-build-ui
For more information on the other tasks in the Makefile
consult both the frontend and the backend README.md
files.