Implement a REST API that allows team members to host their travel expenses. Requires also a small backend for storing. The API should also be added to apinf.io and there could be a Swagger file, so that team members would use it for posting.
The expense endpoint should also accept pictures, and if two pictures are sent for the same expense, there should be a way to ask the backend to combine those in a single file (using imagemagick).
The expenses can be combined to form a single 'expense report'. And there should also be a pdf-generation of this report.
Implement a REST API that allows team members to host their travel expenses. Requires also a small backend for storing. The API should also be added to apinf.io and there could be a Swagger file, so that team members would use it for posting.
The expense endpoint should also accept pictures, and if two pictures are sent for the same expense, there should be a way to ask the backend to combine those in a single file (using imagemagick).
The expenses can be combined to form a single 'expense report'. And there should also be a pdf-generation of this report.