Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 698 Bytes

README.MD

File metadata and controls

21 lines (13 loc) · 698 Bytes

Image Management Microservice

One of several microservices that will be used to create a backend for an Android/IOS app.

Idea

A simple microservice that allows users to upload, retrieve and delete images.

The general setup of the project tries to follow clean architecture:

grafik

SoonTM

List of features to come / that have been implemented:

  • Integrate with MongoDB
  • Docker Container and Docker Compose for DB and Service
  • Image Retrieval instead of just retrieving the image parameters as a json from the MongoDB
  • Implement Unittests
  • CI-Pipeline