Use REST framework for json export & separate django app
Addresses #26 (closed).
This MR does three things
- Moves the logic into a separate django app (
AKSolverInterface) - moves the logic of the
as_json_dictfunctions into serializers of the Django Rest Framework - adds the API endpoint
<event_slug>/api/solver-exportto retrieve the exported JSON directly
Allow POSTing of solver result to API
Edited by Felix Blanke