apinf / experimentation-mondays

Issue list for experimentation mondays
0 stars 2 forks source link

Create an API for saving travel expenses #5

Open mauriciovieira opened 7 years ago

mauriciovieira commented 7 years ago

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.