madewithpat / todoist-clone-web

The front end web app for the Todoist clone project
2 stars 0 forks source link

API Mocking #2

Open madewithpat opened 5 years ago

madewithpat commented 5 years ago

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.

madewithpat commented 5 years ago

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