One of several microservices that will be used to create a backend for an Android/IOS app.
A simple microservice that allows users to upload, retrieve and delete images.
The general setup of the project tries to follow clean architecture:
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