The API is going to be built out in microservices, and work hasn't started yet. We need a solid mock for running the app locally, and some environment configs for wiring it up to a deployed environment.
Need a way to persist things for running this locally. Not sure how this is best handled with a local mock without running and entire DB in docker or something
The API is going to be built out in microservices, and work hasn't started yet. We need a solid mock for running the app locally, and some environment configs for wiring it up to a deployed environment.