Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 353 Bytes

link_backend

spring backend for link this backend needs:

  • a minio Server to store the images
  • a mongoDB as the database for users and products

start minio und mongo db server in MacOS:

  • MINIO_ROOT_USER=minioadmin MINIO_ROOT_PASSWORD=minioadmin minio server ~/minio_data --console-address ":9001"
  • brew services start [email protected]