Skip to content

WIP rack mock server for BAN

Vincent Agnano requested to merge feature/ban-mock-server into master

Created by: adipasquale

the idea is to ease offline local development by mocking the BAN API

this is not finished, it introduces a super simple rack server that runs in parallel to the main rails server but on another port. you can then add a ENV var locally to use it.

TODO:

  • fix policy content security policy
  • add one or two example payloads - at least one for streets

Merge request reports