spring backend for link this backend needs:
- a minio Server to store the images
- a mongoDB as the database for users and products
MINIO_ROOT_USER=minioadmin MINIO_ROOT_PASSWORD=minioadmin minio server ~/minio_data --console-address ":9001"
brew services start [email protected]